summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e94742..f4beb53 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,12 +166,6 @@ Core and Builtins
Library
-------
-- Issue #24913: Fix overrun error in deque.index().
- Found by John Leitch and Bryce Darling.
-
-- Issue #24913: Fix overrun error in deque.index().
- Found by John Leitch and Bryce Darling.
-
- Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
set beyond size. Based on patch by John Leitch.