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 tim.peters
Recipients
Date 2003-05-06.20:27:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

That's why I'm split:  I do like the new *messages* better 
(their content), but I don't like losing the tracebacks.  
Sometimes it's a bug in the test driver-- or in 20 layers of test 
driver code --and sometimes it's even a bug in unittest itself.  
The traceback is a fundamental tool when things go wrong, 
so I'm never in favor of hiding parts of tracebacks (hiding could 
be appropriate if you *knew* the true cause isn't in the part 
you're hiding -- but you can't know that).
History
Date User Action Args
2007-08-23 15:22:15adminlinkissue722638 messages
2007-08-23 15:22:15admincreate