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/dep_util.py b/Lib/distutils/dep_util.py index 0746633..c139c85 100644 --- a/Lib/distutils/dep_util.py +++ b/Lib/distutils/dep_util.py
@@ -4,7 +4,7 @@ and groups of files; also, function based entirely on such timestamp dependency analysis.""" -# This module should be kept compatible with Python 1.5.2. +# This module should be kept compatible with Python 2.1. __revision__ = "$Id$"