aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-03 10:06:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-03 10:06:10 -0400
commit9f379bbf78fcc1af1714c4a6c6f2afe172e0ed05 (patch)
treed47315154d46520a14ceef540bfb1c5cd6d6c4b8
parent3174f82b943f53e04ad7a5a6b2aa67ca2b2d44c5 (diff)
downloadexternal_python_setuptools-9f379bbf78fcc1af1714c4a6c6f2afe172e0ed05.tar.gz
external_python_setuptools-9f379bbf78fcc1af1714c4a6c6f2afe172e0ed05.tar.bz2
external_python_setuptools-9f379bbf78fcc1af1714c4a6c6f2afe172e0ed05.zip
Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297.
-rwxr-xr-xsetuptools/package_index.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 9bf0421f..619649b9 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -30,7 +30,6 @@ __metaclass__ = type
EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.+!]+)$')
HREF = re.compile(r"""href\s*=\s*['"]?([^'"> ]+)""", re.I)
-# this is here to fix emacs' cruddy broken syntax highlighting
PYPI_MD5 = re.compile(
r'<a href="([^"#]+)">([^<]+)</a>\n\s+\(<a (?:title="MD5 hash"\n\s+)'
r'href="[^?]+\?:action=show_md5&amp;digest=([0-9a-f]{32})">md5</a>\)'