]> granicus.if.org Git - python/commitdiff
Move NEWS entry to the right section.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Apr 2011 17:26:06 +0000 (19:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Apr 2011 17:26:06 +0000 (19:26 +0200)
Misc/NEWS

index 385050537ff6421e01c965080af67cc0487ce4e9..3320e3d3e1de7652eabfd3a784a3f98f901b38ac 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,10 @@ What's New in Python 2.7.2?
 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
   accepted too.
 
@@ -61,10 +65,6 @@ Core and Builtins
 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
   strings are too long.