diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-07 16:35:27 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-07 16:35:27 (GMT) |
commit | b7038817fee37fea81183d64c9dd957bab571fde (patch) | |
tree | 90863a880239a35afda1ef8c4939b29d5f9f268b /Misc | |
parent | 589327ea7a723de32c858d258f91c7a625a052c0 (diff) | |
parent | 7165d8b9ba7df402fb167ff20dc6d1a35e7386ed (diff) | |
download | cpython-b7038817fee37fea81183d64c9dd957bab571fde.zip cpython-b7038817fee37fea81183d64c9dd957bab571fde.tar.gz cpython-b7038817fee37fea81183d64c9dd957bab571fde.tar.bz2 |
#19480: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |