summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2013-05-29 15:09:55 -0500
committerDavid Beazley <dave@dabeaz.com>2013-05-29 15:09:55 -0500
commit1958455843ba44d6699de1feae50a1f3561d8acc (patch)
tree1aa5c93a576844fcf6292b67a8e253b73afa10e8 /CHANGES
parenta4ac77a1f99cccfe12fe3688a2484c68fdbf497c (diff)
downloadply-1958455843ba44d6699de1feae50a1f3561d8acc.tar.gz
Source encoding patch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 97b1e9a..d170240 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
Version 3.5
---------------------
+05/29/13: beazley
+ Fixed validation problems for source files that include a
+ different source code encoding specifier. Fix relies on
+ the inspect module. Should work on Python 2.6 and newer.
+ Not sure about older versions of Python.
+ Contributed by Michael Droettboom
+
05/21/13: beazley
Fixed unit tests for yacc to eliminate random failures due to dict hash value
randomization in Python 3.3