summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-12 14:53:06 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-12 14:53:06 +0100
commitbafc1a9877b367a7356d6349e951849148d1bbfd (patch)
treeb0a2412d7a43838256daca02da99f0aa3c90b43e
parentd57ae15df9fb92be61c87fc350db9d52ce137888 (diff)
downloadaioeventlet-bafc1a9877b367a7356d6349e951849148d1bbfd.tar.gz
update eventlet/py3 status
-rw-r--r--doc/status.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/status.rst b/doc/status.rst
index 6a48c5c..8b1bf6a 100644
--- a/doc/status.rst
+++ b/doc/status.rst
@@ -26,7 +26,7 @@ eventlet issues
https://github.com/eventlet/eventlet/pull/168
* eventlet.tpool.setup() seems to be broken on Windows in eventlet 0.15.
Pull request:
- https://github.com/eventlet/eventlet/pull/167
+ https://github.com/eventlet/eventlet/pull/167 -- merged!
* hub.debug_blocking is implemented with signal.alarm() which is is not
available on Windows.
@@ -42,11 +42,11 @@ supported if monkey-patching is not used.
Python 3 pull requests:
* Pull request #160: `Python 3 compat; Improve WSGI, WS, threading and tests
- <https://github.com/eventlet/eventlet/pull/160>`_ (sent the Nov 5, 2014): not
- merged yet
+ <https://github.com/eventlet/eventlet/pull/160>`_ (sent the Nov 5, 2014):
+ merged!
* Pull request #99, `Fix several issues with python3 thread patching
<https://github.com/eventlet/eventlet/pull/99>`_ (sent the July 3, 2014): not
- merged yet, see the `commit
+ merged, see the `commit
<https://github.com/therve/eventlet/commit/9c3118162cf1ca1e50be330ba2a289f054c48d3c>`_
Python 3 issues: