]> granicus.if.org Git - python/commit
reverting r45321: Patch #860326: traceback.format_exception_only() now
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 13 Apr 2006 01:34:33 +0000 (01:34 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 13 Apr 2006 01:34:33 +0000 (01:34 +0000)
commit57fdcbc60ff8bbb0261f5dba47580194d45c31a3
tree47bfce64626a6f5b70ffd03974ffe146a3960627
parentd691f1a35f370321e1cf768b2164308cb20d2b63
reverting r45321: Patch #860326: traceback.format_exception_only() now
prepends the exception's module name to non-builtin exceptions, like
the interpreter itself does.

broke a number of doctests. should be discussed before checking in (see
discussion on python-dev).
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS