summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2013-05-21 20:15:34 -0500
committerDavid Beazley <dave@dabeaz.com>2013-05-21 20:15:34 -0500
commit9092983dec36c54a2c392a4b919d82568ec8a803 (patch)
tree7628c2c2743014153de0a341ad5d2d152ec02434 /CHANGES
parent37a9c85897de1704a29878b4b949b0c3fa676ef8 (diff)
downloadply-9092983dec36c54a2c392a4b919d82568ec8a803.tar.gz
Unit test fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1f90658..4647c2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Version 3.5
---------------------
+05/21/13: beazley
+ Fixed unit tests for yacc to eliminate random failures due to dict hash value
+ randomization in Python 3.3
+ Reported by jpakkane
+
10/15/12: beazley
Fixed comment whitespace processing bugs in ply/cpp.py.
Reported by Alexei Pososin.