summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-02-04 18:42:51 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-02-04 18:42:51 +0100
commit33fc73db5ce6375a239aca92e70bcfdddc18745e (patch)
treee343d08344b675c73b2a8c681fd9229842a2467b
parent0230415e0149a6178f570be8463e30feed4351a6 (diff)
downloadaioeventlet-33fc73db5ce6375a239aca92e70bcfdddc18745e.tar.gz
eventlet: python 3 issues
-rw-r--r--doc/status.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/status.rst b/doc/status.rst
index 7e8d33e..2519c3d 100644
--- a/doc/status.rst
+++ b/doc/status.rst
@@ -29,12 +29,19 @@ does not work with Python 3.
Python 3 pull requests:
-* Pull request #160: `Python 3 compat; Improve WSGI, WS, threading and tests
+* `Fix threading.Condition with monkey-patching on Python 3.3 and newer #187
+ <https://github.com/eventlet/eventlet/pull/187>`_
+* `Fix monkey-patched os.open(): add dir_fd parameter #170
+ <https://github.com/eventlet/eventlet/pull/170>`_, merged!
+* `Fix monkey_patch() on Python 3 #168
+ <https://github.com/eventlet/eventlet/pull/168>`_, merged!
+* `Python 3 compat; Improve WSGI, WS, threading and tests #160
<https://github.com/eventlet/eventlet/pull/160>`_ (sent the Nov 5, 2014):
merged!
-* Pull request #99, `Fix several issues with python3 thread patching
+* `Fix several issues with python3 thread patching #99
<https://github.com/eventlet/eventlet/pull/99>`_ (sent the July 3, 2014): not
- merged, see the `commit
+ merged but it is not more needed (issues fixed by other changes), see the
+ `commit
<https://github.com/therve/eventlet/commit/9c3118162cf1ca1e50be330ba2a289f054c48d3c>`_
Python 3 issues: