]> granicus.if.org Git - python/commit
Make distutils error messages more helpful (#11599).
authorÉric Araujo <merwok@netwok.org>
Thu, 13 Mar 2014 08:55:35 +0000 (04:55 -0400)
committerÉric Araujo <merwok@netwok.org>
Thu, 13 Mar 2014 08:55:35 +0000 (04:55 -0400)
commit45fc8713bda1bfd6c0de3c6f493a4eeff52acbe3
tree13effb36b719b9563f8187249511b43ed03c4374
parent966f2fca5fbf4d8d1196bc0014be4e9f7d4d2c10
Make distutils error messages more helpful (#11599).

When running external programs such as a C compiler and getting an
error code, distutils only prints the program name.  With this change,
one can get the full command line by setting the DISTUTILS_DEBUG
environment variable.

This should have no compatibility issues, unless there are tools
that depend on the exact format of distutils debug messages.
Doc/distutils/setupscript.rst
Doc/install/index.rst
Lib/distutils/spawn.py
Misc/NEWS