Document our patch in _vendor/README.rst

This commit is contained in:
Pradyun Gedam 2019-07-20 12:38:05 +05:30
parent adc41ea652
commit 3d6bb3a296
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 2 additions and 1 deletions

View File

@ -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).