summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-22 09:51:07 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-22 09:51:07 -0500
commit368808a580c389a666b7b8413150660c4626d415 (patch)
treecbe2289eb0ff68e45905a0b41a0e19cc58fa7caa /CHANGES
parent33a6424e77539c1b687ad6626c3a6a006dcc7d81 (diff)
downloadply-368808a580c389a666b7b8413150660c4626d415.tar.gz
Simplified set_defaulted_states() method
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 93c8aa8..c63d99d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,11 +59,17 @@ Version 3.5
imported by mistake. For example, if it's found somewhere else on the path
by accident.
+ *** POTENTIAL INCOMPATIBILITY *** It's possible that this might break some
+ packaging/deployment setup if PLY was instructed to place its parsetab.py
+ in a different location. You'll have to specify a proper outputdir= argument
+ to yacc() to fix this if needed.
+
04/19/15: beazley
Changed default output directory to be the same as that in which the
yacc grammar is defined. If your grammar is in a file 'calc.py',
then the parsetab.py and parser.out files should be generated in the
- same directory as that file.
+ same directory as that file. The destination directory can be changed
+ using the outputdir= argument to yacc().
04/19/15: beazley
Changed the parsetab.py file signature slightly so that the parsetab won't