From 3d6bb3a29676f880e84014d98afcb5ac74a9844e Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 20 Jul 2019 12:38:05 +0530 Subject: [PATCH] Document our patch in _vendor/README.rst --- src/pip/_vendor/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pip/_vendor/README.rst b/src/pip/_vendor/README.rst index 8e9038ed760..539634204cf 100644 --- a/src/pip/_vendor/README.rst +++ b/src/pip/_vendor/README.rst @@ -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).