Kaydet (Commit) 1f9eb155 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Move NEWS entry to the right section.

üst 4394e0db
...@@ -9,6 +9,10 @@ What's New in Python 2.7.2? ...@@ -9,6 +9,10 @@ What's New in Python 2.7.2?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch
by Charles-François Natali.
- Issue #6780: fix starts/endswith error message to mention that tuples are - Issue #6780: fix starts/endswith error message to mention that tuples are
accepted too. accepted too.
...@@ -61,10 +65,6 @@ Core and Builtins ...@@ -61,10 +65,6 @@ Core and Builtins
Library Library
------- -------
- Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch
by Charles-François Natali.
- Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the - Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the
strings are too long. strings are too long.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment