summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2013-05-21 20:16:52 -0500
committerDavid Beazley <dave@dabeaz.com>2013-05-21 20:16:52 -0500
commitb708602696f1977a016cca3c6d59110fb77f34fe (patch)
tree4e8051d28d07b1048da973129d60b287e2fc2756 /CHANGES
parent9092983dec36c54a2c392a4b919d82568ec8a803 (diff)
downloadply-b708602696f1977a016cca3c6d59110fb77f34fe.tar.gz
Corrected attributed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4647c2b..97b1e9a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ 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
+ Reported by Arfrever
10/15/12: beazley
Fixed comment whitespace processing bugs in ply/cpp.py.