diff --git a/news/6728.bugfix b/news/6728.bugfix deleted file mode 100644 index 792105ddb..000000000 --- a/news/6728.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make vendored html5lib compatible with Python 3.9. diff --git a/news/html5lib-collections-patch.vendor b/news/html5lib-collections-patch.vendor new file mode 100644 index 000000000..de29b1f6b --- /dev/null +++ b/news/html5lib-collections-patch.vendor @@ -0,0 +1 @@ +Patch vendored html5lib, to prefer using `collections.abc` where possible.