summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3850505..4c57348 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,10 +61,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.