commit | 9fa6a8ba63dc409a0a50605c59adfdc58f7b0085 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Oct 31 20:22:41 2013 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Oct 31 20:22:41 2013 -0400 |
tree | 83cb6779cd43d4ad6fe21572ed9d2260b803cef4 | |
parent | 1ef959ac3ddc4d96dfa1a613db5cb206cdaeb662 [diff] [blame] |
fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files.
diff --git a/Misc/NEWS b/Misc/NEWS index 79ab674..c353571 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,12 @@ - Issue #19426: Fixed the opening of Python source file with specified encoding. +Tests +----- + +- Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are + loaded from .py[co] files. + What's New in Python 2.7.6 release candidate 1? ===============================================