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, amaury.forgeotdarc, mark.dickinson, petri.lehtinen, python-dev, rhettinger
Date 2011-11-06.17:13:58
SpamBayes Score 0.0009305521
Marked as misclassified No
Message-id <1320599639.45.0.751184916023.issue13340@psf.upfronthosting.co.za>
In-reply-to
Content
> There's still the question whether {list,tuple}.index() should accept None or not.

The API should not be changed for Py2.7 and Py3.2.  Those changesets should be reverted.

For Py3.3, it is open to discussion, but we probably don't need the change (making every other implementation also change for nearly zero benefit).
History
Date User Action Args
2011-11-06 17:13:59rhettingersetrecipients: + rhettinger, amaury.forgeotdarc, mark.dickinson, Carl.Friedrich.Bolz, alex, python-dev, petri.lehtinen
2011-11-06 17:13:59rhettingersetmessageid: <1320599639.45.0.751184916023.issue13340@psf.upfronthosting.co.za>
2011-11-06 17:13:58rhettingerlinkissue13340 messages
2011-11-06 17:13:58rhettingercreate