This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients Carl.Friedrich.Bolz, alex, petri.lehtinen, python-dev, rhettinger
Date 2011-11-05.22:17:32
SpamBayes Score 6.388759e-06
Marked as misclassified No
Message-id <1320531453.65.0.293354267774.issue13340@psf.upfronthosting.co.za>
In-reply-to
Content
The API in 2.7 shouldn't be changed.
The error message can be fixed though.

Also, it is not clear that the API should change even in 3.3.  The list.index() method is not required to accept None.  It is not different than other APIs that use PyArg_ParseTuple() with an "i" field for a start, stop, or step argument.
History
Date User Action Args
2011-11-05 22:17:33rhettingersetrecipients: + rhettinger, Carl.Friedrich.Bolz, alex, python-dev, petri.lehtinen
2011-11-05 22:17:33rhettingersetmessageid: <1320531453.65.0.293354267774.issue13340@psf.upfronthosting.co.za>
2011-11-05 22:17:33rhettingerlinkissue13340 messages
2011-11-05 22:17:32rhettingercreate