Mention Giampolo R's new FTP TLS support in the what's new file
[python.git] / Lib / distutils / debug.py
blob2886744402e1b5c219f5bbfcc5aab32418632e86
1 import os
3 __revision__ = "$Id$"
5 # If DISTUTILS_DEBUG is anything other than the empty string, we run in
6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')