diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-27 17:26:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-27 17:26:06 (GMT) |
commit | 1f9eb155b4a417f9c596a08541cde4be473e9741 (patch) | |
tree | 62073c80db2303924ffa088cd3c981bee9327747 /Misc | |
parent | 4394e0db24f38250d487adcbd8b85f314cb86829 (diff) | |
download | cpython-1f9eb155b4a417f9c596a08541cde4be473e9741.zip cpython-1f9eb155b4a417f9c596a08541cde4be473e9741.tar.gz cpython-1f9eb155b4a417f9c596a08541cde4be473e9741.tar.bz2 |
Move NEWS entry to the right section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |