Skip to content

Commit 3d6bb3a

Browse files
committed
Document our patch in _vendor/README.rst
1 parent adc41ea commit 3d6bb3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pip/_vendor/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)