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 Abram Clark
Recipients Abram Clark
Date 2018-11-16.01:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542332662.89.0.788709270274.issue35262@psf.upfronthosting.co.za>
In-reply-to
Content
Just like with dictionaries, it is convenient to index lists without catching exceptions. Adding an import for this most basic functionality is slightly tedious, and I can't imagine it would break anything to add a list.get method.
History
Date User Action Args
2018-11-16 01:44:22Abram Clarksetrecipients: + Abram Clark
2018-11-16 01:44:22Abram Clarksetmessageid: <1542332662.89.0.788709270274.issue35262@psf.upfronthosting.co.za>
2018-11-16 01:44:22Abram Clarklinkissue35262 messages
2018-11-16 01:44:22Abram Clarkcreate