summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.rst b/TODO.rst
index 11f6cbb..31683a5 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -3,7 +3,8 @@ Unsorted "TODO" tasks:
* Drop Python 2.6 and 3.2 support
* Drop platform without ssl module?
* streams.py:FIXME: should we support __aiter__ and __anext__ in Trollius?
-* reuse selectors backport from PyPI
+* replace selectors.py with selectors34:
+ https://github.com/berkerpeksag/selectors34/pull/2
* check ssl.SSLxxx in update_xxx.sh
* document how to port asyncio to trollius
* use six instead of compat