]> granicus.if.org Git - python/commitdiff
Oops, put fix news in the right section.
authorBarry Warsaw <barry@python.org>
Fri, 28 Oct 2011 20:16:58 +0000 (16:16 -0400)
committerBarry Warsaw <barry@python.org>
Fri, 28 Oct 2011 20:16:58 +0000 (16:16 -0400)
Misc/NEWS

index 72dff612d4dfde460a05bf7d87aca4da9def4ede..922343374e73c558f0276fc3470760580fccb4bb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,8 +9,6 @@ What's New in Python 2.7.3?
 Core and Builtins
 -----------------
 
-- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
-
 - Issue #13268: Fix the assert statement when a tuple is passed as the message.
 
 - Issue #13018: Fix reference leaks in error paths in dictobject.c.
@@ -319,6 +317,8 @@ Tools/Demos
 Tests
 -----
 
+- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
+
 - Issue #12821: Fix test_fcntl failures on OpenBSD 5.
 
 - Issue #12331: The test suite for lib2to3 can now run from an installed