diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-06 18:58:50 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-06 18:59:01 (GMT) |
commit | 3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6 (patch) | |
tree | e3d8544e030219796ed0a5ff685a6a3386365fd2 /Misc | |
parent | 030aa35a1b5dc9a91b44abeda80d32df8a8d8952 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |