commit | 45fc8713bda1bfd6c0de3c6f493a4eeff52acbe3 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Thu Mar 13 04:55:35 2014 -0400 |
committer | Éric Araujo <merwok@netwok.org> | Thu Mar 13 04:55:35 2014 -0400 |
tree | 13effb36b719b9563f8187249511b43ed03c4374 | |
parent | 966f2fca5fbf4d8d1196bc0014be4e9f7d4d2c10 [diff] |
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.