]> granicus.if.org Git - python/commit
Make distutils error messages more helpful (#11599).
authorÉric Araujo <merwok@netwok.org>
Thu, 13 Mar 2014 02:19:39 +0000 (22:19 -0400)
committerÉric Araujo <merwok@netwok.org>
Thu, 13 Mar 2014 02:19:39 +0000 (22:19 -0400)
commit31fe52dc9e7d03650f09dfad931f0901582e4629
tree21c3de28818691efff44c59af88140d335464943
parent69d096597dde4d96c19421635f921df82628b07f
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