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 loewis
Recipients ezio.melotti, kennyluck, loewis, serhiy.storchaka, vstinner
Date 2012-04-28.12:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335615543.36.0.187743331933.issue13916@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to see the problem. If the error handler does not produce meaningful results in some context, then just don't use it.

The whole point of error handlers is that they handle errors; using them shouldn't ever cause errors/exceptions.
History
Date User Action Args
2012-04-28 12:19:03loewissetrecipients: + loewis, vstinner, ezio.melotti, kennyluck, serhiy.storchaka
2012-04-28 12:19:03loewissetmessageid: <1335615543.36.0.187743331933.issue13916@psf.upfronthosting.co.za>
2012-04-28 12:19:02loewislinkissue13916 messages
2012-04-28 12:19:02loewiscreate