From: Barry Warsaw Date: Fri, 28 Oct 2011 20:16:58 +0000 (-0400) Subject: Oops, put fix news in the right section. X-Git-Tag: v2.7.3rc1~363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf0cafa773e704647986637af90f223841e9a74c;p=thirdparty%2FPython%2Fcpython.git Oops, put fix news in the right section. --- diff --git a/Misc/NEWS b/Misc/NEWS index 72dff612d4df..922343374e73 100644 --- 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