summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f0b7d37..962a7c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,9 +15,6 @@ 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?
===========================
@@ -34,6 +31,12 @@ IDLE
- 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?
===============================================