summaryrefslogtreecommitdiff
path: root/command/build_py.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-11-10 22:23:15 +0000
committerMartin v. Löwis <martin@v.loewis.de>2004-11-10 22:23:15 +0000
commit5712b12c54ef78b0e4211337269ae93fdcdb1ede (patch)
tree4e94ce447f5c2f66210af4ad82b32236103ca0ab /command/build_py.py
parentd0a2baffd16b3af0caca15a0b5ec9c3449a6abcd (diff)
downloadpython-setuptools-git-5712b12c54ef78b0e4211337269ae93fdcdb1ede.tar.gz
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Diffstat (limited to 'command/build_py.py')
-rw-r--r--command/build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/build_py.py b/command/build_py.py
index 3079bfcd..621bcb4a 100644
--- a/command/build_py.py
+++ b/command/build_py.py
@@ -2,7 +2,7 @@
Implements the Distutils 'build_py' command."""
-# This module should be kept compatible with Python 1.5.2.
+# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"