aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-27 13:48:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-27 13:48:22 -0500
commitbc47a75d4d97f34f9ad49a5142c351c74354cd41 (patch)
tree64b203233630108bfb08235f00f3e858b3be06ba /setuptools/command/egg_info.py
parenta14216e2f541e8b9f2f875ffeefeb4e5495eac1e (diff)
downloadexternal_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/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py1
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