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/spawn.py b/Lib/distutils/spawn.py index a89b88c..e5654ff 100644 --- a/Lib/distutils/spawn.py +++ b/Lib/distutils/spawn.py
@@ -6,7 +6,7 @@ executable name. """ -# This module should be kept compatible with Python 1.5.2. +# This module should be kept compatible with Python 2.1. __revision__ = "$Id$"