Skip to content

Commit

Permalink
Document our patch in _vendor/README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 20, 2019
1 parent adc41ea commit 3d6bb3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pip/_vendor/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Modifications
* ``setuptools`` is completely stripped to only keep ``pkg_resources``
* ``pkg_resources`` has been modified to import its dependencies from ``pip._vendor``
* ``packaging`` has been modified to import its dependencies from ``pip._vendor``
* ``html5lib`` has been modified to ``import six from pip._vendor``
* ``html5lib`` has been modified to import six from ``pip._vendor`` and
to prefer importing from ``collections.abc`` instead of ``collections``.
* ``CacheControl`` has been modified to import its dependencies from ``pip._vendor``
* ``requests`` has been modified to import its other dependencies from ``pip._vendor``
and to *not* load ``simplejson`` (all platforms) and ``pyopenssl`` (Windows).
Expand Down

0 comments on commit 3d6bb3a

Please sign in to comment.