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, rhettinger
Date 2018-11-16.08:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542357361.04.0.788709270274.issue35262@psf.upfronthosting.co.za>
In-reply-to
Content
There really are valid use cases for this. Would you please refer me to this previous discussion? In a particular small to medium sized Python repository of ~10k lines, list get is used 23 times, whereas other list builtin methods are used far less (for example list.pop is used once, though dict.pop is used 18 times). I would be happy to go into specific examples.
History
Date User Action Args
2018-11-16 08:36:01Abram Clarksetrecipients: + Abram Clark, rhettinger
2018-11-16 08:36:01Abram Clarksetmessageid: <1542357361.04.0.788709270274.issue35262@psf.upfronthosting.co.za>
2018-11-16 08:36:01Abram Clarklinkissue35262 messages
2018-11-16 08:36:00Abram Clarkcreate