summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-08-03 06:07:08 -0700
committerEli Bendersky <eliben@gmail.com>2013-08-03 06:07:08 -0700
commit8dbd1491cfff6b3b5bfec210b0d6cbf099185602 (patch)
treed6c44419cab711326c7138413ac6d395e02c6e05 /TODO.txt
parentfebd20be590917df25d108cd3347da9b5a49a852 (diff)
downloadpycparser-8dbd1491cfff6b3b5bfec210b0d6cbf099185602.tar.gz
Bump version to 2.10 and do some whitespace cleanups.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt72
1 files changed, 36 insertions, 36 deletions
diff --git a/TODO.txt b/TODO.txt
index 89912c9..3a74e96 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,36 +1,36 @@
-Todo
-----
-
-
-Changes since last
-------------------
-
-* <write directly in CHANGES!>
-
-Version Update
---------------
-
-setup.py, __init__.py, README.txt, CHANGES
-- Make sure _build_tables was run in pycparser/ and the tables are in the
- MANIFEST
-- Tag in hg
-- If PLY version changes, note it in README and ply/LICENSE
-
-python setup.py sdist upload
-
-Misc
-----
-
-yacc optimization:
-- If parsetab.py/pyc doesn't exist in the path, the table will be reconstructed anyway, regardless of the optimize parameter
-- If it does exist:
- - If optimize=True, the table will be loaded unconditionally
- - If optimize=False, the table will be loaded only if it's older than the grammar
-
-lex optimization:
-- If optimize=False, the lexical table is re-computed and is not saved to a lextab file
-- If optimize=True:
- - If lextab.py/pyc exists in the path, it will be loaded unconditionally
- - If lextab.py/pyc doesn't exist, it will be created and loaded
-
-
+Todo
+----
+
+
+Changes since last
+------------------
+
+* <write directly in CHANGES!>
+
+Version Update
+--------------
+
+setup.py, __init__.py, README.txt, CHANGES
+- Make sure _build_tables was run in pycparser/ and the tables are in the
+ MANIFEST
+- Tag in git
+- If PLY version changes, note it in README and ply/LICENSE
+
+python setup.py sdist upload
+
+Misc
+----
+
+yacc optimization:
+- If parsetab.py/pyc doesn't exist in the path, the table will be reconstructed anyway, regardless of the optimize parameter
+- If it does exist:
+ - If optimize=True, the table will be loaded unconditionally
+ - If optimize=False, the table will be loaded only if it's older than the grammar
+
+lex optimization:
+- If optimize=False, the lexical table is re-computed and is not saved to a lextab file
+- If optimize=True:
+ - If lextab.py/pyc exists in the path, it will be loaded unconditionally
+ - If lextab.py/pyc doesn't exist, it will be created and loaded
+
+