summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-11-07 16:35:27 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-11-07 16:35:27 (GMT)
commitb7038817fee37fea81183d64c9dd957bab571fde (patch)
tree90863a880239a35afda1ef8c4939b29d5f9f268b /Misc
parent589327ea7a723de32c858d258f91c7a625a052c0 (diff)
parent7165d8b9ba7df402fb167ff20dc6d1a35e7386ed (diff)
downloadcpython-b7038817fee37fea81183d64c9dd957bab571fde.zip
cpython-b7038817fee37fea81183d64c9dd957bab571fde.tar.gz
cpython-b7038817fee37fea81183d64c9dd957bab571fde.tar.bz2
#19480: merge with 3.3.
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 2c38539..d76c484 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library
- Issue #19286: Directories in ``package_data`` are no longer added to
the filelist, preventing failure outlined in the ticket.
+- Issue #19480: HTMLParser now accepts all valid start-tag names as defined
+ by the HTML5 standard.
+
- Issue #15114: The html.parser module now raises a DeprecationWarning when the
strict argument of HTMLParser or the HTMLParser.error method are used.