Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x Python:Gevent 1.0支持Python 3.3吗?_Python 3.x_Gevent - Fatal编程技术网

Python 3.x Python:Gevent 1.0支持Python 3.3吗?

Python 3.x Python:Gevent 1.0支持Python 3.3吗?,python-3.x,gevent,Python 3.x,Gevent,我目前在2.7版中使用它,但正在考虑迁移到3.3版。文档中没有说明它是否与3.3兼容 根据,它不支持Python 3.x ... Programming Language :: Python :: 2.5 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 ...

我目前在2.7版中使用它,但正在考虑迁移到3.3版。文档中没有说明它是否与3.3兼容

根据,它不支持Python 3.x

...
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
...