Skip to content

Commit c3d40af

Browse files
committed
Remove vendored html5lib.
1 parent 46158f0 commit c3d40af

39 files changed

+1
-13269
lines changed

news/html5lib.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove vendored html5lib.

src/pip/_vendor/README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ Modifications
104104
rather than ``appdirs``.
105105
* ``packaging`` has been modified to import its dependencies from
106106
``pip._vendor``.
107-
* ``html5lib`` has been modified to import six from ``pip._vendor``, to prefer
108-
importing from ``collections.abc`` instead of ``collections`` and does not
109-
import ``xml.etree.cElementTree`` on Python 3.
110107
* ``CacheControl`` has been modified to import its dependencies from
111108
``pip._vendor``.
112109
* ``requests`` has been modified to import its other dependencies from

src/pip/_vendor/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def vendored(modulename):
6363
vendored("colorama")
6464
vendored("distlib")
6565
vendored("distro")
66-
vendored("html5lib")
6766
vendored("six")
6867
vendored("six.moves")
6968
vendored("six.moves.urllib")

src/pip/_vendor/html5lib.pyi

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pip/_vendor/html5lib/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/pip/_vendor/html5lib/__init__.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/pip/_vendor/html5lib/_ihatexml.py

Lines changed: 0 additions & 289 deletions
This file was deleted.

0 commit comments

Comments
 (0)