summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-11-07 16:33:24 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-11-07 16:33:24 (GMT)
commit7165d8b9ba7df402fb167ff20dc6d1a35e7386ed (patch)
tree921e63e026e5d5d8f296e71e7dd81326cd370db9 /Misc
parentd5a2f0b3a13974e4a62d088aee6f920262c37add (diff)
downloadcpython-7165d8b9ba7df402fb167ff20dc6d1a35e7386ed.zip
cpython-7165d8b9ba7df402fb167ff20dc6d1a35e7386ed.tar.gz
cpython-7165d8b9ba7df402fb167ff20dc6d1a35e7386ed.tar.bz2
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9d03d0c..e4e2e14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #19480: HTMLParser now accepts all valid start-tag names as defined
+ by the HTML5 standard.
+
- Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
- Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of