[Python-checkins] cpython (2.7): Move NEWS entry to the right section.

antoine.pitrou python-checkins at python.org
Wed Apr 27 19:26:20 CEST 2011


http://hg.python.org/cpython/rev/60d4a00ec3b3
changeset:   69636:60d4a00ec3b3
branch:      2.7
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Apr 27 19:26:06 2011 +0200
summary:
  Move NEWS entry to the right section.

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,10 @@
 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 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list