From 8f45e91ea17e9094edc207553450fd8c7675c030 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 12 Nov 2014 18:47:10 +0100 Subject: implement socket_connect --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.1