summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-08-03 06:35:09 -0700
committerEli Bendersky <eliben@gmail.com>2013-08-03 06:35:09 -0700
commit2660ca9838792122163125b6c77088137e073b3a (patch)
tree58ef37101c95e0795d840f9f3b74c2cdb038c76b /TODO.txt
parente242e4ca1c5b089013fc508404f43b333a4f05e6 (diff)
downloadpycparser-2660ca9838792122163125b6c77088137e073b3a.tar.gz
cosmetic change in TODO
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 3a74e96..f6cfce2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -22,7 +22,8 @@ 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 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