summaryrefslogtreecommitdiff
path: root/errors.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 /errors.py
parentd0a2baffd16b3af0caca15a0b5ec9c3449a6abcd (diff)
downloadpython-setuptools-git-5712b12c54ef78b0e4211337269ae93fdcdb1ede.tar.gz
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Diffstat (limited to 'errors.py')
-rw-r--r--errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors.py b/errors.py
index 94e83fb5..e72221bd 100644
--- a/errors.py
+++ b/errors.py
@@ -8,7 +8,7 @@ usually raised for errors that are obviously the end-user's fault
This module is safe to use in "from ... import *" mode; it only exports
symbols whose names start with "Distutils" and end with "Error"."""
-# This module should be kept compatible with Python 1.5.2.
+# This module should be kept compatible with Python 2.1.
__revision__ = "$Id$"