From 33fc73db5ce6375a239aca92e70bcfdddc18745e Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 4 Feb 2015 18:42:51 +0100 Subject: eventlet: python 3 issues --- doc/status.rst | 13 ++++++++++--- 1 file 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 + `_ +* `Fix monkey-patched os.open(): add dir_fd parameter #170 + `_, merged! +* `Fix monkey_patch() on Python 3 #168 + `_, merged! +* `Python 3 compat; Improve WSGI, WS, threading and tests #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 `_ (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 `_ Python 3 issues: -- cgit v1.2.1