]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A small tweak to avoid calling traceback.format_exception_only() with
authorGuido van Rossum <guido@python.org>
Fri, 10 Aug 2007 17:36:34 +0000 (17:36 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Aug 2007 17:36:34 +0000 (17:36 +0000)
commitbd4a63e091ddb38a2d55d9c21eee8656863240ca
treeb937e6d0eb549cc601674cb3ab954c8339b358e4
parent5590d8cc8af29f6d1ff2158ddbef0e457279c5f1
A small tweak to avoid calling traceback.format_exception_only() with
a bogus (tuple) value.  This should fix the "make install" issue Neal
reported.
Lib/py_compile.py