summaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-07-11 12:14:18 +0200
committerVictor Stinner <vstinner@redhat.com>2015-07-11 12:14:18 +0200
commit2173eee4d21671139ba836f25b092b6b311cf3fb (patch)
treec110e8d2d1fb8922d4af688974dd03c2779b1514 /TODO.rst
parent53bf283c2966c74f98069f69645ea8a6c616a904 (diff)
downloadtrollius-git-2173eee4d21671139ba836f25b092b6b311cf3fb.tar.gz
fix 2.6 compat
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.rst b/TODO.rst
index 09df760..260b491 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -1,6 +1,6 @@
Unsorted "TODO" tasks:
-* Drop Python 2.6 support
+* Drop Python 2.6 and 3.2 support
* test_utils.py: remove assertRaisesRegex, assertRegex
* streams.py:FIXME: should we support __aiter__ and __anext__ in Trollius?
* reuse selectors backport from PyPI