From d448f66317130555cfc157683c743b3d004374c4 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 19 Nov 2002 13:12:28 +0000 Subject: Add comment to Distutil files about requiring 1.5.2 compatibility, as suggested by PEP 291. --- Lib/distutils/debug.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Lib/distutils/debug.py') diff --git a/Lib/distutils/debug.py b/Lib/distutils/debug.py index 7ca76d6c5c..e195ebdcdf 100644 --- a/Lib/distutils/debug.py +++ b/Lib/distutils/debug.py @@ -1,5 +1,9 @@ import os +# This module should be kept compatible with Python 1.5.2. + +__revision__ = "$Id$" + # If DISTUTILS_DEBUG is anything other than the empty string, we run in # debug mode. DEBUG = os.environ.get('DISTUTILS_DEBUG') -- cgit v1.2.1