diff options
author | David Beazley <dave@dabeaz.com> | 2013-05-29 15:09:55 -0500 |
---|---|---|
committer | David Beazley <dave@dabeaz.com> | 2013-05-29 15:09:55 -0500 |
commit | 1958455843ba44d6699de1feae50a1f3561d8acc (patch) | |
tree | 1aa5c93a576844fcf6292b67a8e253b73afa10e8 | |
parent | a4ac77a1f99cccfe12fe3688a2484c68fdbf497c (diff) | |
download | ply-1958455843ba44d6699de1feae50a1f3561d8acc.tar.gz |
Source encoding patch
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |