summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a7ae0c9
--- /dev/null
+++ b/TODO
@@ -0,0 +1,16 @@
+Unsorted "TODO" tasks:
+
+* Replace logger with warning in monotonic clock and synchronous executor
+* Windows: use _overlapped in py33_winapi?
+* Fix tests failing with PyPy:
+
+ - sys.getrefcount()
+ - test_queues.test_repr
+ - test_futures.test_tb_logger_exception_unretrieved
+
+* write unit test for create_connection(ssl=True)
+* Fix examples:
+
+ - stacks.py: 'exceptions.ZeroDivisionError' object has no attribute '__traceback__'
+
+* Fix all FIXME in the code