2014-11-19 18:03 GMT+01:00 Andrew Svetlov <[email protected]>: > Does eventlet support Python 3? > I see only python 2.6 and 2.7 in it's setup.py.
I tested aiogreen on Python 2.7, 3.3 and 3.5. eventlet supports Python 3 since its version 0.15. With monkey-patching, the Python 3 support is only partial. Copy/paste of aiogreen README file: Tests of aiogreen 0.1: * Tested on Python 2.7, 3.3 and 3.5 * Tested on Linux and Windows * Tested with Trollius 1.0, 1.0.1 and 1.0.2 * Tested with asyncio 0.4.1 and 3.4.2 Victor
