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 r.david.murray, rhettinger, terry.reedy
Date 2009-05-15.19:17:30
SpamBayes Score 4.045051e-06
Marked as misclassified No
Message-id <1242415052.25.0.948049704944.issue5353@psf.upfronthosting.co.za>
In-reply-to
Content
I've seen his patch and am working on my own variant that also attaches
the index value as a separate field in the args tuple.  The problem may
be that it slows down the code -- at first I thought that didn't matter,
but someone made a good effort to make the existing code fast (possibly
to support cases where IndexError is used for control flow instead of
for error conditions).
History
Date User Action Args
2009-05-15 19:17:32rhettingersetrecipients: + rhettinger, terry.reedy, r.david.murray
2009-05-15 19:17:32rhettingersetmessageid: <1242415052.25.0.948049704944.issue5353@psf.upfronthosting.co.za>
2009-05-15 19:17:30rhettingerlinkissue5353 messages
2009-05-15 19:17:30rhettingercreate