Update TODO list

This commit is contained in:
Victor Stinner
2014-02-28 11:21:10 +01:00
parent 26fca3e2ef
commit e30b741b0d

8
TODO
View File

@@ -2,23 +2,15 @@ Unsorted "TODO" tasks:
* Replace logger with warning in monotonic clock and synchronous executor
* Windows: use _overlapped in py33_winapi?
* test_internal_fds() of test_events.py emits two ResourceWarning on Windows
* tests/test_events.py -v KqueueEventLoopTests.test_read_pty_output failed on Mac OS X:
OSError: [Errno 22] Invalid argument
* Fix tests failing with PyPy:
- sys.getrefcount()
- test_queues.test_repr
- test_futures.test_tb_logger_exception_unretrieved
* python3.3 runtests.sh:
sys:1: ResourceWarning: gc: 3 uncollectable objects at shutdown; use gc.set_debug(gc.DEBUG_UNCOLLECTABLE) to list them
* write unit test for create_connection(ssl=True)
* Fix examples:
- stacks.py: 'exceptions.ZeroDivisionError' object has no attribute '__traceback__'
* as_completed() is a coroutine or not?
* Fix all FIXME in the code
* See:
http://code.google.com/p/appengine-ndb-experiment/source/browse/ndb/tasklets.py