summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-10-28 20:16:58 (GMT)
committerBarry Warsaw <barry@python.org>2011-10-28 20:16:58 (GMT)
commitbf0cafa773e704647986637af90f223841e9a74c (patch)
tree7199d0a92b75e72fb7fa17ea8c6d6369a834ffa9
parentbe83698f21eabb1e787a56051a5acd5600d19e6d (diff)
downloadcpython-bf0cafa773e704647986637af90f223841e9a74c.zip
cpython-bf0cafa773e704647986637af90f223841e9a74c.tar.gz
cpython-bf0cafa773e704647986637af90f223841e9a74c.tar.bz2
Oops, put fix news in the right section.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 72dff61..9223433 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