Antoine Pitrou <pit...@free.fr> added the comment:

> 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) ;)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to