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 martin.panter
Recipients berker.peksag, demian.brecht, facundobatista, martin.panter
Date 2015-04-11.05:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428730583.08.0.609195783114.issue23887@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps it would be more appropriate to set the BaseException.args attribute, or chain to its __init__() method, then you wouldn’t need a custom __repr__().
History
Date User Action Args
2015-04-11 05:36:23martin.pantersetrecipients: + martin.panter, facundobatista, berker.peksag, demian.brecht
2015-04-11 05:36:23martin.pantersetmessageid: <1428730583.08.0.609195783114.issue23887@psf.upfronthosting.co.za>
2015-04-11 05:36:23martin.panterlinkissue23887 messages
2015-04-11 05:36:22martin.pantercreate