]> granicus.if.org Git - python/commitdiff
Merge the HTMLParser fix with 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 21 Feb 2012 07:29:10 +0000 (09:29 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 21 Feb 2012 07:29:10 +0000 (09:29 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 4bcaf6b68956f2f11641a19db781b1bbbf9771af,45744555cec850b8dbc0b68f1d901e2026f0e578..a399b61ae7e273a134c4894ba0d8fd0125d1e38a
+++ b/Misc/NEWS
@@@ -479,12 -121,8 +479,14 @@@ Core and Builtin
  Library
  -------
  
+ - HTMLParser is now able to handle slashes in the start tag.
 +- Issue #13641: Decoding functions in the base64 module now accept ASCII-only
 +  unicode strings.  Patch by Catalin Iacob.
 +
 +- Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a
 +  new importlib.invalidate_caches() function.
 +
  - Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in
    SimpleXMLRPCServer upon malformed POST request.