update TODO list

This commit is contained in:
Victor Stinner
2015-07-13 18:49:46 +02:00
parent 9414da199d
commit a0bad4611a

View File

@@ -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