summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-02-18 15:32:18 +0200
committereli.bendersky <devnull@localhost>2011-02-18 15:32:18 +0200
commit1a1e46bcd4b72146b27877f26ad85d811ae63894 (patch)
tree9e9de12432d8b57d0fba9f71d0ab2bcccd216486 /TODO.txt
parent92b72024648f5bbbabda9d29276e4ce7bcace763 (diff)
downloadpycparser-1a1e46bcd4b72146b27877f26ad85d811ae63894.tar.gz
Removed portability.py, using from __future__ import print_function instead. This means only Python 2.6 and later is supported in 2.x
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 2dde202..d672043 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -12,6 +12,7 @@ Fixes since last:
* Issue 19: anonymous structs & union fields
* pycparser is now on PyPI (Python Package Index)
* Created FAQ on the pycparser project page - the readme now points to it
+* No support for Python 2.5, only starting with 2.6 and 3.x
Version Update