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 cool-RR, rhettinger
Date 2014-07-03.21:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404422513.99.0.425686604755.issue21911@psf.upfronthosting.co.za>
In-reply-to
Content
Why?  Is there any known use case?

The IndexError exception is commonly used for control flow.  Slowing down the instantiation to add an index that no one really needs would be a waste.   This exception has been around for 20+ years -- if they were an actual need, we would have known by now.  To my eyes, this appears to be gratuitous feature creep.
History
Date User Action Args
2014-07-03 21:21:54rhettingersetrecipients: + rhettinger, cool-RR
2014-07-03 21:21:53rhettingersetmessageid: <1404422513.99.0.425686604755.issue21911@psf.upfronthosting.co.za>
2014-07-03 21:21:53rhettingerlinkissue21911 messages
2014-07-03 21:21:53rhettingercreate