diff options
author | Barry Warsaw <barry@python.org> | 2011-10-28 20:16:58 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-10-28 20:16:58 (GMT) |
commit | bf0cafa773e704647986637af90f223841e9a74c (patch) | |
tree | 7199d0a92b75e72fb7fa17ea8c6d6369a834ffa9 | |
parent | be83698f21eabb1e787a56051a5acd5600d19e6d (diff) | |
download | cpython-bf0cafa773e704647986637af90f223841e9a74c.zip cpython-bf0cafa773e704647986637af90f223841e9a74c.tar.gz cpython-bf0cafa773e704647986637af90f223841e9a74c.tar.bz2 |
Oops, put fix news in the right section.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |