commit | 1fdc7028617eefafe7a8f5848bcfdb91a2cc4987 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 31 17:06:03 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 31 17:06:03 2013 +0200 |
tree | a03ff5c1b11153fa6bd7e407b8919c2082bd6e29 | |
parent | 41e9b401dc25418ecdfd4f525ecc7a47eea3df39 [diff] |
Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files.
diff --git a/Misc/NEWS b/Misc/NEWS index 71de138..f0b7d37 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,12 @@ Library ------- +Tests +----- + +- Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are + loaded from .py[co] files. + Whats' New in Python 2.7.6? ===========================