Some platforms have rl_completion_append_character but not rl_completion_suppress_append.
[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')