summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKarl Dubost <karl+github@la-grange.net>2021-02-01 20:32:50 (GMT)
committerGitHub <noreply@github.com>2021-02-01 20:32:50 (GMT)
commit9eb11a139fac5514d8456626806a68b3e3b7eafb (patch)
tree060e3c9b600cf8279eb642aefec672c525b224b6 /Misc
parent000cde59847beaf5fa7b73633e1f3c898fe5bf90 (diff)
downloadcpython-9eb11a139fac5514d8456626806a68b3e3b7eafb.zip
cpython-9eb11a139fac5514d8456626806a68b3e3b7eafb.tar.gz
cpython-9eb11a139fac5514d8456626806a68b3e3b7eafb.tar.bz2
bpo-41748: Handles unquoted attributes with commas (#24072)
* bpo-41748: Adds tests for unquoted attributes with comma * bpo-41748: Handles unquoted attributes with comma * bpo-41748: Addresses review comments * bpo-41748: Addresses review comments * Adds more test cases * Simplifies the regex for handling spaces * bpo-41748: Moves attributes tests under the right class * bpo-41748: Addresses review about duplicate attributes * bpo-41748: Adds NEWS.d entry for this patch
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-01-05-21-26-29.bpo-41748.KdC0w3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-05-21-26-29.bpo-41748.KdC0w3.rst b/Misc/NEWS.d/next/Library/2021-01-05-21-26-29.bpo-41748.KdC0w3.rst
new file mode 100644
index 0000000..52efa3a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-01-05-21-26-29.bpo-41748.KdC0w3.rst
@@ -0,0 +1,2 @@
+Fix HTMLParser parsing rules for element attributes containing
+commas with spaces. Patch by Karl Dubost. \ No newline at end of file