summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-02-18 09:19:05 +0200
committereli.bendersky <devnull@localhost>2011-02-18 09:19:05 +0200
commit92b72024648f5bbbabda9d29276e4ce7bcace763 (patch)
tree2b5e903975f51c37d828d51d39b9ada9de26761c /TODO.txt
parentdce29a0efd8aa80cbaf1abdd576a64235798c33f (diff)
downloadpycparser-92b72024648f5bbbabda9d29276e4ce7bcace763.tar.gz
added install_requires dependency on ply
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 193aaef..2dde202 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,12 +1,16 @@
Todo
----
+* move changelist to wiki maybe?
+
Fixes since last:
------------------
* Issue 17: empty file-level declarations
* Issue 18: empty statements and declarations in functions
+* 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
@@ -21,7 +25,7 @@ Build docs and distribution
---------------------------
rst2html readme.txt > readme.html
-setup.py sdist
+python setup.py sdist upload
Misc
----