File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ Modifications
9999* ``setuptools `` is completely stripped to only keep ``pkg_resources ``
100100* ``pkg_resources `` has been modified to import its dependencies from ``pip._vendor ``
101101* ``packaging `` has been modified to import its dependencies from ``pip._vendor ``
102- * ``html5lib `` has been modified to ``import six from pip._vendor ``
102+ * ``html5lib `` has been modified to import six from ``pip._vendor `` and
103+ to prefer importing from ``collections.abc `` instead of ``collections ``.
103104* ``CacheControl `` has been modified to import its dependencies from ``pip._vendor ``
104105* ``requests `` has been modified to import its other dependencies from ``pip._vendor ``
105106 and to *not * load ``simplejson `` (all platforms) and ``pyopenssl `` (Windows).
You can’t perform that action at this time.
0 commit comments