summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-11-06 18:58:50 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-11-06 18:59:01 (GMT)
commit3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6 (patch)
treee3d8544e030219796ed0a5ff685a6a3386365fd2 /Misc
parent030aa35a1b5dc9a91b44abeda80d32df8a8d8952 (diff)
downloadcpython-3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6.zip
cpython-3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6.tar.gz
cpython-3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6.tar.bz2
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
Issue #13340.
Diffstat (limited to 'Misc')
-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.