We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc41ea commit 3d6bb3aCopy full SHA for 3d6bb3a
src/pip/_vendor/README.rst
@@ -99,7 +99,8 @@ Modifications
99
* ``setuptools`` is completely stripped to only keep ``pkg_resources``
100
* ``pkg_resources`` has been modified to import its dependencies from ``pip._vendor``
101
* ``packaging`` has been modified to import its dependencies from ``pip._vendor``
102
-* ``html5lib`` has been modified to ``import six from pip._vendor``
+* ``html5lib`` has been modified to import six from ``pip._vendor`` and
103
+ to prefer importing from ``collections.abc`` instead of ``collections``.
104
* ``CacheControl`` has been modified to import its dependencies from ``pip._vendor``
105
* ``requests`` has been modified to import its other dependencies from ``pip._vendor``
106
and to *not* load ``simplejson`` (all platforms) and ``pyopenssl`` (Windows).
0 commit comments