Hacker News new | ask | show | jobs
by illumen 4400 days ago
Twisted and gevent are available for python 3.
2 comments

Look, I'm a Python 3 supporter, but you should never foist the Python 3 fork of gevent on anyone.

I'm pretty sure that, the monkey-patched way most people use it, it's a happy accident when gevent even works correctly on Python 2. This happy accident doesn't happen in an unofficial fork.

Available, yes. Working? No.

  File "/usr/lib/python3.2/site-packages/twisted/internet/_sslverify.py", line 1389
    self._cipherString = u':'.join(
                            ^
SyntaxError: invalid syntax

(Twisted 14.0.0, installed with pip)