From 4ffa62d2e46b4c679e10268a2bf2431151a5a144 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 20 Jul 2019 12:38:40 +0530 Subject: [PATCH] Change NEWS fragment section --- news/6728.bugfix | 1 - news/html5lib-collections-patch.vendor | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 news/6728.bugfix create mode 100644 news/html5lib-collections-patch.vendor 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.