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 pitrou
Recipients benjamin.peterson, gregory.p.smith, jnoller, kristjan.jonsson, pitrou, r.david.murray
Date 2009-10-11.12:14:41
SpamBayes Score 0.009284381
Marked as misclassified No
Message-id <1255263507.5914.0.camel@localhost>
In-reply-to <1255262808.64.0.3552806266.issue7060@psf.upfronthosting.co.za>
Content
> The unittest only keeps an exception _object_ around, not the associated 
> traceback.

In py3k, the traceback is attached to the exception (on the
__traceback__ attribute) ;)
History
Date User Action Args
2009-10-11 12:14:43pitrousetrecipients: + pitrou, gregory.p.smith, kristjan.jonsson, benjamin.peterson, jnoller, r.david.murray
2009-10-11 12:14:41pitroulinkissue7060 messages
2009-10-11 12:14:41pitroucreate