summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-07-13 18:49:46 +0200
committerVictor Stinner <vstinner@redhat.com>2015-07-13 18:49:46 +0200
commita0bad4611ab403b261c86a629e05abd331415032 (patch)
treec9070057f56242f1a2e857e0c8f89dfd0bdc90ac
parent9414da199decf669a792b3c77f9d87471abefdcf (diff)
downloadtrollius-git-a0bad4611ab403b261c86a629e05abd331415032.tar.gz
update TODO list
-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