diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-13 09:24:50 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-13 09:24:50 (GMT) |
commit | 5211ffe4df8ea41423c1a37635f7c1263a1db754 (patch) | |
tree | 6355289a2eb279ca90b8b78a0e42e434366f9cae /Misc | |
parent | efc66f9e365be38ffb3db5252a10170df8a947ac (diff) | |
download | cpython-5211ffe4df8ea41423c1a37635f7c1263a1db754.zip cpython-5211ffe4df8ea41423c1a37635f7c1263a1db754.tar.gz cpython-5211ffe4df8ea41423c1a37635f7c1263a1db754.tar.bz2 |
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -113,6 +113,9 @@ Core and Builtins Library ------- +- Issue #13993: HTMLParser is now able to handle broken end tags when + strict=False. + - Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields with a name that is a keyword or contains quotes. Patch by Marko Kohtala. |