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 doerwalter
Recipients Arfrever, alexandre.vassalotti, doerwalter, pitrou
Date 2013-11-30.15:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385826703.31.0.12440827185.issue19834@psf.upfronthosting.co.za>
In-reply-to
Content
OK, here is a patch. Instead of mapping the exceptions module to builtins, it does the mapping for each exception class separately. I've excluded StandardError, because I think there's no appropriate equivalent in Python 3.
History
Date User Action Args
2013-11-30 15:51:43doerwaltersetrecipients: + doerwalter, pitrou, alexandre.vassalotti, Arfrever
2013-11-30 15:51:43doerwaltersetmessageid: <1385826703.31.0.12440827185.issue19834@psf.upfronthosting.co.za>
2013-11-30 15:51:43doerwalterlinkissue19834 messages
2013-11-30 15:51:42doerwaltercreate