]> 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:12 +0000 (21:14 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 12 Apr 2006 21:14:12 +0000 (21:14 +0000)
commite5a7968780ecbaa5643bdf3dcb96b44baec9a095
treee261b0acff45475471eef2eec765a2d4fd4eb59b
parentb5ee849b95458106543aa16394acb6566a3bab6b
Patch #860326: traceback.format_exception_only() now prepends the
exception's module name to non-builtin exceptions, like the interpreter
itself does.
 (backport from rev. 45321)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS