diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-21 07:22:16 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-21 07:22:16 (GMT) |
commit | 36b7361fe76733b3a4944ef92b49bcea4584b740 (patch) | |
tree | 37ae2ab2af68f8334f6de81980ebbdef535b2662 /Misc | |
parent | 9be6c3ddf09ce4bc5768f708867e6b30a5bc78cb (diff) | |
download | cpython-36b7361fe76733b3a4944ef92b49bcea4584b740.zip cpython-36b7361fe76733b3a4944ef92b49bcea4584b740.tar.gz cpython-36b7361fe76733b3a4944ef92b49bcea4584b740.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
@@ -98,6 +98,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. |