summaryrefslogtreecommitdiff
path: root/Lib/distutils/bcppcompiler.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
commitf8904b4463c0a6d8b8325fc22f7cb687c64293ce (patch)
tree8797c318827ee6edac0f549ba507ed9f3fda6085 /Lib/distutils/bcppcompiler.py
parentf403a1937dd85040c4f1884c11a838dd05b11daf (diff)
downloadcpython-f8904b4463c0a6d8b8325fc22f7cb687c64293ce.tar.gz
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Diffstat (limited to 'Lib/distutils/bcppcompiler.py')
-rw-r--r--Lib/distutils/bcppcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/bcppcompiler.py b/Lib/distutils/bcppcompiler.py
index f995e36711..ca524a5b88 100644
--- a/Lib/distutils/bcppcompiler.py
+++ b/Lib/distutils/bcppcompiler.py
@@ -11,7 +11,7 @@ for the Borland C++ compiler.
# someone should sit down and factor out the common code as
# WindowsCCompiler! --GPW
-# This module should be kept compatible with Python 1.5.2.
+# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"