commit | 5211ffe4df8ea41423c1a37635f7c1263a1db754 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 13 11:24:50 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 13 11:24:50 2012 +0200 |
tree | 6355289a2eb279ca90b8b78a0e42e434366f9cae | |
parent | efc66f9e365be38ffb3db5252a10170df8a947ac [diff] [blame] |
#13993: HTMLParser is now able to handle broken end tags when strict=False.
diff --git a/Misc/NEWS b/Misc/NEWS index 583673c..9294e70 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -113,6 +113,9 @@ 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.