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 lregebro
Recipients Julian.Scheid, barry, benjamin.peterson, georg.brandl, lregebro, ncoghlan, r.david.murray
Date 2010-04-15.15:24:07
SpamBayes Score 0.00019647082
Marked as misclassified No
Message-id <1271345049.24.0.040447657591.issue7490@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, but +IGNORE_EXCEPTION_DETAIL will only work on Python 3.2+, so 2to3 can't solve the issue. It can only help once 3.2 does the actual solving. ;)

3to2 could simply remove the module name from exceptions in the output. You don't need to touch IGNORE_EXCEPTION_DETAIL for that.
History
Date User Action Args
2010-04-15 15:24:09lregebrosetrecipients: + lregebro, barry, georg.brandl, ncoghlan, benjamin.peterson, r.david.murray, Julian.Scheid
2010-04-15 15:24:09lregebrosetmessageid: <1271345049.24.0.040447657591.issue7490@psf.upfronthosting.co.za>
2010-04-15 15:24:08lregebrolinkissue7490 messages
2010-04-15 15:24:08lregebrocreate