Changeset 391 for python/trunk/Lib/distutils/debug.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/distutils/debug.py
r2 r391 1 1 import os 2 2 3 # This module should be kept compatible with Python 2.1. 4 5 __revision__ = "$Id: debug.py 37828 2004-11-10 22:23:15Z loewis $" 3 __revision__ = "$Id$" 6 4 7 5 # If DISTUTILS_DEBUG is anything other than the empty string, we run in
Note:
See TracChangeset
for help on using the changeset viewer.