]> granicus.if.org Git - python/commit
mwh: [ Patch #103228 ] traceback.py nit.
authorGuido van Rossum <guido@python.org>
Sat, 13 Jan 2001 22:14:31 +0000 (22:14 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 13 Jan 2001 22:14:31 +0000 (22:14 +0000)
commit3ad167ae34f47328c9054cea33edea3d5b2011bd
tree2c60cfc6e041471f82b0283480e019c1a7ed3d9c
parent4ec59c75e30e31e9b3e9b90f66d86d8a08a1f846
mwh: [ Patch #103228 ] traceback.py nit.

When the exception has no message, don't insert a colon after the
exception name.
Lib/traceback.py