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 | bc47a75d4d97f34f9ad49a5142c351c74354cd41 (patch) | |
tree | 64b203233630108bfb08235f00f3e858b3be06ba /setuptools/command | |
parent | a14216e2f541e8b9f2f875ffeefeb4e5495eac1e (diff) | |
download | external_python_setuptools-bc47a75d4d97f34f9ad49a5142c351c74354cd41.tar.gz external_python_setuptools-bc47a75d4d97f34f9ad49a5142c351c74354cd41.tar.bz2 external_python_setuptools-bc47a75d4d97f34f9ad49a5142c351c74354cd41.zip |
Remove historical comment about compatibility.
Diffstat (limited to 'setuptools/command')
-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 |