merge 2.7.6 release branch
diff --git a/Misc/NEWS b/Misc/NEWS
index f0b7d37..962a7c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,9 +15,6 @@
 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 @@
 
 - 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?
 ===============================================