diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-21 07:25:00 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-21 07:25:00 (GMT) |
commit | 29877e8e04755c919b42ee012495f2e9671f3251 (patch) | |
tree | 05d086dff8880990b213a0f4af769c53895c998e /Misc | |
parent | 178e5ea305848015d514f4038118777374e44c87 (diff) | |
download | cpython-29877e8e04755c919b42ee012495f2e9671f3251.zip cpython-29877e8e04755c919b42ee012495f2e9671f3251.tar.gz cpython-29877e8e04755c919b42ee012495f2e9671f3251.tar.bz2 |
HTMLParser is now able to handle slashes in the start tag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,6 +121,8 @@ Core and Builtins Library ------- +- HTMLParser is now able to handle slashes in the start tag. + - Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request. |