diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-27 13:48:22 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-27 13:48:22 -0500 |
| commit | 47f1c37d8c3cdc30b3fd98bc987925ae5ab5d15d (patch) | |
| tree | eafce92993227ed86bfccd321fb173561a0f89ca /setuptools/command/egg_info.py | |
| parent | e5d09e5a60c99f8afb9c0ca0354478464a01872d (diff) | |
| download | python-setuptools-bitbucket-47f1c37d8c3cdc30b3fd98bc987925ae5ab5d15d.tar.gz | |
Remove historical comment about compatibility.
Diffstat (limited to 'setuptools/command/egg_info.py')
| -rwxr-xr-x | setuptools/command/egg_info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 9b7e6b42..5953aad4 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -2,7 +2,6 @@ Create a distribution's .egg-info directory and contents""" -# This module should be kept compatible with Python 2.3 import os import re import sys |
