]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #233259] Ugly traceback for DistutilsPlatformError
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Nov 2002 16:18:24 +0000 (16:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Nov 2002 16:18:24 +0000 (16:18 +0000)
commit91e77536e8285bd2276a40bb891efc9001b9f8a6
tree01b7fc0e9acaba00000511db48d52d7dd78ca66d
parent706867c20c507c60cf26a20b25c10c3e4b7c3aa4
[Bug #233259] Ugly traceback for DistutilsPlatformError
  Fixed by catching all exceptions that are subclasses of DistutilsError,
  so only the error message will be printed.  You can still get the
  whole traceback by enabling the Distutils debugging mode.
Lib/distutils/core.py