diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2004-11-10 22:23:15 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2004-11-10 22:23:15 +0000 |
| commit | 5712b12c54ef78b0e4211337269ae93fdcdb1ede (patch) | |
| tree | 4e94ce447f5c2f66210af4ad82b32236103ca0ab /errors.py | |
| parent | d0a2baffd16b3af0caca15a0b5ec9c3449a6abcd (diff) | |
| download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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$" |
