]> granicus.if.org Git - python/commit
Patch by Toby Dickenson: don't die when an error occurs during string
authorGuido van Rossum <guido@python.org>
Tue, 22 Aug 2000 02:04:46 +0000 (02:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 Aug 2000 02:04:46 +0000 (02:04 +0000)
commit2823f03a56451f3187a1d85ffcef107f00f6f48e
treef28495af8324ca3337e07fc30617dfa7b3318504
parent986659fffed674ca28786231137134941b40ff27
Patch by Toby Dickenson: don't die when an error occurs during string
conversion in an exception, but instead display <unprintable %s
object> where %s is the type name.
Lib/traceback.py