From: Ezio Melotti Date: Mon, 13 Feb 2012 09:42:29 +0000 (+0200) Subject: #13993: merge with 3.2. X-Git-Tag: v3.3.0a1~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1c7b1afe8eb49bc7ef3bbcae391e763c695d195;p=python #13993: merge with 3.2. --- d1c7b1afe8eb49bc7ef3bbcae391e763c695d195 diff --cc Misc/NEWS index 29d17fde29,9294e70047..5503ee9485 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -466,10 -113,9 +466,13 @@@ Core and Builtin Library ------- + - Issue #13993: HTMLParser is now able to handle broken end tags when + strict=False. + +- Issue #13930: lib2to3 now supports writing converted output files to another + directory tree as well as copying unchanged files and altering the file + suffix. + - Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields with a name that is a keyword or contains quotes. Patch by Marko Kohtala.