summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-17 12:40:25 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-17 12:40:25 -0500
commit9fe7cb005c916aaedffce63b900455cdc1680c4d (patch)
tree39f30c87e98d981ec10b99e5a0bf3b168205874b /CHANGES
parent1776cd6863dcdc6acae65a177d2cf984cd576e06 (diff)
downloadply-9fe7cb005c916aaedffce63b900455cdc1680c4d.tar.gz
Added comment about verbose mode and using \s and [#]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e5d79c5..7514a95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,16 @@
Version 3.5
---------------------
+04/16/15: beazley
+ Support for versions of Python <2.7 is officially dropped. PLY may work, but
+ the unit tests requires Python 2.7 or newer.
+
+04/16/15: beazley
+ Fixed bug related to calling yacc(start=...). PLY wasn't regenerating the
+ table file correctly for this case.
+
+04/16/15: beazley
+ Added skipped tests for PyPy and Java. Related to use of Python's -O option.
+
05/29/13: beazley
Added filter to make unit tests pass under 'python -3'.
Reported by Neil Muller.