summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-03-05 10:45:08 +0200
committereli.bendersky <devnull@localhost>2011-03-05 10:45:08 +0200
commit724b1ccfe65d44a79d8c66764baddec57c26751e (patch)
treefba01a9442e9030988fba5b573ecfec7bfb6198c /TODO.txt
parentfc96e5e750fe78919d937f2189c5f49b1692c394 (diff)
downloadpycparser-724b1ccfe65d44a79d8c66764baddec57c26751e.tar.gz
updated TODO with latest issue fix
added some nodes to c-to-c.py example
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 d672043..67f1a2e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -10,6 +10,7 @@ Fixes since last:
* Issue 17: empty file-level declarations
* Issue 18: empty statements and declarations in functions
* Issue 19: anonymous structs & union fields
+* Issue 23: fix coordinates of Cast nodes
* 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