slush0 / stratum

Stratum server implementation using Python Twisted
Other
89 stars 131 forks source link

Python 3 support #7

Closed devurandom closed 10 years ago

devurandom commented 11 years ago

Would be nice if Stratum would support Python 3. The 2to3 tool seems to work fine on the sources - the only catch is that the dependencies are not yet all converted (at least ecdsa fails).

slush0 commented 10 years ago

Twisted framework has no support for python3 yet. Until it implements python3, there's no way how to support it.