summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-04 01:04:47 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-01-04 01:04:47 +0100
commit137fc21e9caa890be7bc9bf52a17909429c24c74 (patch)
tree7ef307f064cdeb5e3fb6e368e4f49825cbff746f
parent122774c9e05991a09c93c25e38567225d8665d5d (diff)
downloadtrollius-137fc21e9caa890be7bc9bf52a17909429c24c74.tar.gz
Update TODO list
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8756617..6d38e74 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,16 @@
+* Fix failing tests:
+
+ - test_futures.py
+ - test_locks.py
+ - test_queues.py
+ - test_tasks.py
+
* Use backport of concurrent.futures
* unix_events, RuntimeError on signal.signal:
test_unix_events.SelectorEventLoopTests.test_add_signal_handler_install_error
* Fix all FIXME in the code
* Remove backport of Python 3.3 exceptions (ex: BlockingIOError), wrap_error()
* Remove backport of SSLContext
-* See http://code.google.com/p/appengine-ndb-experiment/source/browse/ndb/tasklets.py
+* See:
+ http://code.google.com/p/appengine-ndb-experiment/source/browse/ndb/tasklets.py
* Support Python 3.1 and 3.2: replace thread.get_ident() with threading.get_ident()