From: Ezio Melotti <ezio.melotti@gmail.com>
Date: Tue, 21 Feb 2012 07:29:10 +0000 (+0200)
Subject: Merge the HTMLParser fix with 3.2.
X-Git-Tag: v3.3.0a1~114
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=307da2b07040d0eea179cf989e3de8d9e75a9b2f;p=python

Merge the HTMLParser fix with 3.2.
---

307da2b07040d0eea179cf989e3de8d9e75a9b2f
diff --cc Misc/NEWS
index 4bcaf6b689,45744555ce..a399b61ae7
--- a/Misc/NEWS
+++ 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.