summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9911360..43e2763 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,9 +11,6 @@ Core and Builtins
- Remove Py3k warning for callable.
-- Issue #13340: Accept None as start and stop parameters for
- list.index() and tuple.index().
-
- Issue #10519: Avoid unnecessary recursive function calls in
setobject.c.