summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-25 09:21:40 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-25 09:21:40 -0500
commit9bb220d50391eda55bc45c29f16cd69859bc95a8 (patch)
tree278809e50e13d64d2f379c0738361875295e1f26 /CHANGES
parentdaa1160e3b7e7bd94dc06da9e11ce9e188406fda (diff)
downloadply-9bb220d50391eda55bc45c29f16cd69859bc95a8.tar.gz
IOError handling improvements. More tests. Doc update
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3dcdef9..fdda63f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
Version 3.6
---------------------
+04/25/15: beazley
+ If PLY is unable to create the 'parser.out' or 'parsetab.py' files due
+ to permission issues, it now just issues a warning message and
+ continues to operate. This could happen if a module using PLY
+ is installed in a funny way where tables have to be regenerated, but
+ for whatever reason, the user doesn't have write permission on
+ the directory where PLY wants to put them.
+
04/24/15: beazley
Fixed some issues related to use of packages and table file
modules. Just to emphasize, PLY now generates its special