]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #860326: traceback.format_exception_only() now prepends the
authorGeorg Brandl <georg@python.org>
Wed, 12 Apr 2006 21:14:09 +0000 (21:14 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 12 Apr 2006 21:14:09 +0000 (21:14 +0000)
commit24c274f5dc2f2f9ebe6d3c9ee087b80d40bd49b4
tree6d2142f4321d52c38345cc5f32876fa91ac0ea97
parent64029986bc8b7c7eac7bc6f6265d3d3163d8bb06
Patch #860326: traceback.format_exception_only() now prepends the
exception's module name to non-builtin exceptions, like the interpreter
itself does.
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS