summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-19 21:01:30 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-19 21:01:30 +0100
commit7c3608de611fcad46337d06d6892621f7e33b9c9 (patch)
tree74e458030b18ca413fad7816544e133ce3404683 /README
parentc1fca4640189c368df1efb04f97a5d539e1993cb (diff)
downloadaioeventlet-7c3608de611fcad46337d06d6892621f7e33b9c9.tar.gz
Update TODO list
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 8a15590..4d27720 100644
--- a/README
+++ b/README
@@ -73,9 +73,6 @@ To do
* Write new unit tests, or split Tulip test suite between implementation tests
and specification tests
* Support eventlet without monkey-patching
-* Test with Python 2 and 3
-* Test with Trollius and asyncio
-* Port to Windows; test on operating systems other than Linux
* Glue to ease debug: keep traceback between Handle, coroutine and greenthread.
Is it even possible?
* run_in_executor(): use eventlet.tpool as the default executor?