summaryrefslogtreecommitdiff
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:16:07 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:16:07 -0500
commit76fefe982d4445248c1933030619eedc764e695b (patch)
treede1507d2944422d2f75e716429c0d2fcae387035 /setuptools/command/easy_install.py
parenta5add17b554709e6b808e85a9cdbb1785717d2d5 (diff)
parentff9bc4902f32c331d917e8bae9136607e48c2738 (diff)
downloadpython-setuptools-git-76fefe982d4445248c1933030619eedc764e695b.tar.gz
Merge branch 'master' into pr1145
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 8fba7b41..71991efa 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1817,7 +1817,7 @@ def _update_zipimporter_cache(normalized_path, cache, updater=None):
# get/del patterns instead. For more detailed information see the
# following links:
# https://github.com/pypa/setuptools/issues/202#issuecomment-202913420
- # https://bitbucket.org/pypy/pypy/src/dd07756a34a41f674c0cacfbc8ae1d4cc9ea2ae4/pypy/module/zipimport/interp_zipimport.py#cl-99
+ # http://bit.ly/2h9itJX
old_entry = cache[p]
del cache[p]
new_entry = updater and updater(p, old_entry)