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 JelleZijlstra
Recipients JelleZijlstra, gwk, rhettinger, serhiy.storchaka
Date 2017-03-30.06:28:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490855300.46.0.479492008041.issue29935@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with George that supporting None here is the better option.

This problem also applies to collections.deque. tuple, list, and deque all have very similar index implementations, and it would be nice to merge their argument parsing boilerplate.
History
Date User Action Args
2017-03-30 06:28:20JelleZijlstrasetrecipients: + JelleZijlstra, rhettinger, serhiy.storchaka, gwk
2017-03-30 06:28:20JelleZijlstrasetmessageid: <1490855300.46.0.479492008041.issue29935@psf.upfronthosting.co.za>
2017-03-30 06:28:20JelleZijlstralinkissue29935 messages
2017-03-30 06:28:20JelleZijlstracreate