[Python-Dev] [Python-checkins] r45321 - in python/trunk: Lib/test/test_traceback.py Lib/traceback.py Misc/NEWS

Anthony Baxter anthony at interlink.com.au
Thu Apr 13 03:36:07 CEST 2006


On Thursday 13 April 2006 11:14, Tim Peters wrote:
> > Patch #860326: traceback.format_exception_only() now prepends the
> > exception's module name to non-builtin exceptions, like the
> > interpreter itself does.
>
> And all the trunk buildbot runs have failed since, in at least
> test_decimal, test_doctest and test_unpack.  Please run tests
> before checking in.
>
> The 2.4 backport of this patch should be reverted, since it changes
> visible behavior (for example, all the 2.4 branch buildbot runs
> also fail now).

Correct. I have reverted this on the release24-maint branch.

> Fine by me if we change the failing tests on the trunk to pass
> (noting that should have been done before checking in).

I'm reverting on the trunk, too. Per PJE's email as well, I think 
this needs discussion before committing (and it needs the tests 
updated, first!)

Anthony
-- 
Anthony Baxter     <anthony at interlink.com.au>
It's never too late to have a happy childhood.


More information about the Python-Dev mailing list