]> granicus.if.org Git - python/commitdiff
#13993: merge with 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 13 Feb 2012 09:42:29 +0000 (11:42 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 13 Feb 2012 09:42:29 +0000 (11:42 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 29d17fde29876f595a8bdacd5306f298e53def83,9294e70047ca8b8d7cb264fc2175175e7eb942ad..5503ee9485efc13b5cd7c6140551d6594bdb0598
+++ 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.