commit | 5a6601cfc63a7b4fe2caf05a0116022ab76b64e6 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Nov 10 22:23:15 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Nov 10 22:23:15 2004 +0000 |
tree | c4153fd6817995b5d9279af0661a7ead36cba7c5 | |
parent | 0a3c818fc50d4a2f19666d775346bb781639b93e [diff] [blame] |
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
diff --git a/Lib/distutils/debug.py b/Lib/distutils/debug.py index 2a87eb5..b67139c 100644 --- a/Lib/distutils/debug.py +++ b/Lib/distutils/debug.py
@@ -1,6 +1,6 @@ import os -# This module should be kept compatible with Python 1.5.2. +# This module should be kept compatible with Python 2.1. __revision__ = "$Id$"