Commit 99920e3b authored by Denis Bilenko's avatar Denis Bilenko

update TODO

parent bb26183b
......@@ -9,7 +9,6 @@
- initialize libevent in Hub.__init__()
- support multiple event_bases
- discourage direct use of gevent.core; put the needed methods back on Hub (timer, read_event, write_event)
- provide gevent.ssl - cooperative replacement for python2.6's ssl module; monkey.patch_socket() should use it to patch python2.6's ssl module
- monkey patch asyncore too? (maybe patch select.poll, so asyncore would work)
- gevent.sleep(1000000000000000) returns immediatelly instead of raising an error like time.sleep() does
- streaming version of wsgi.WSGIHandler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment