summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-12 18:47:10 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-12 18:47:10 +0100
commit8f45e91ea17e9094edc207553450fd8c7675c030 (patch)
tree99f9109b50162d6c221fa4df01d985db87e4d5aa /README
parent61f92d789bac137d10e6c185a1cd9fb16d1c4040 (diff)
downloadaioeventlet-8f45e91ea17e9094edc207553450fd8c7675c030.tar.gz
implement socket_connect
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 05bfd45..c702e8a 100644
--- a/README
+++ b/README
@@ -17,10 +17,11 @@ Not supported:
* sockets: create_connection, create_server, sock_recv
* pipes: connect_read_pipe
* subprocesses: need pipes
-* signal handlers: add_signal_handler
+* signal handlers: add_signal_handler (only for pyevent hub?)
Todo:
+* Support eventlet without monkey-patching
* Test with Python 2 and 3
* Test with Trollius and asyncio
* Glue to ease debug: keep traceback between Handle, coroutine and greenthread