summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_clib.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-11-10 22:23:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-11-10 22:23:15 (GMT)
commit5a6601cfc63a7b4fe2caf05a0116022ab76b64e6 (patch)
treec4153fd6817995b5d9279af0661a7ead36cba7c5 /Lib/distutils/command/build_clib.py
parent0a3c818fc50d4a2f19666d775346bb781639b93e (diff)
downloadcpython-5a6601cfc63a7b4fe2caf05a0116022ab76b64e6.zip
cpython-5a6601cfc63a7b4fe2caf05a0116022ab76b64e6.tar.gz
cpython-5a6601cfc63a7b4fe2caf05a0116022ab76b64e6.tar.bz2
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Diffstat (limited to 'Lib/distutils/command/build_clib.py')
-rw-r--r--Lib/distutils/command/build_clib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py
index ef03ed7..69d8c75 100644
--- a/Lib/distutils/command/build_clib.py
+++ b/Lib/distutils/command/build_clib.py
@@ -4,7 +4,7 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension
module."""
-# This module should be kept compatible with Python 1.5.2.
+# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"