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 rhettinger, terry.reedy
Date 2010-11-21.22:52:50
SpamBayes Score 2.0258549e-06
Marked as misclassified No
Message-id <1290379971.56.0.410402905687.issue5353@psf.upfronthosting.co.za>
In-reply-to
Content
I'm abandoning this one since I couldn't find a way to do it that didn't impair performance.  Unlike C++, it is not uncommon in Python to use exceptions such as IndexError for control flow.  There was too little added value in building-out this message to warrant the change (the current message is very clear about what the problem is, it just doesn't dump all the variables involved -- this is not uncommon for python error messages).
History
Date User Action Args
2010-11-21 22:52:51rhettingersetrecipients: + rhettinger, terry.reedy
2010-11-21 22:52:51rhettingersetmessageid: <1290379971.56.0.410402905687.issue5353@psf.upfronthosting.co.za>
2010-11-21 22:52:50rhettingerlinkissue5353 messages
2010-11-21 22:52:50rhettingercreate