meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Python3 Support #165

Closed meejah closed 7 years ago

meejah commented 8 years ago

There is a "python3" tag for any tickets needed to complete Python3 support.

One thing that will not be supported soon is likely the client-side endpoints, as they depend on txsocksx at the moment (which is not ported). However, everything else can (and should) be made to work.

See the "python3" branch for a starting-point.

meejah commented 7 years ago

now merged