summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3299322..5f23605 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,8 +95,6 @@ Core and Builtins
Library
-------
-- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
-
- Issue #24635: Fixed a bug in typing.py where isinstance([], typing.Iterable)
would return True once, then False on subsequent calls.