[issue13340] list.index does not accept None as start or stop

Raymond Hettinger report at bugs.python.org
Sat Nov 5 22:35:22 CET 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

The relevant code is in _PyEval_SliceIndex() in Python/ceval.c.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13340>
_______________________________________


More information about the Python-bugs-list mailing list