commit | 36b7361fe76733b3a4944ef92b49bcea4584b740 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Feb 21 09:22:16 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Feb 21 09:22:16 2012 +0200 |
tree | 37ae2ab2af68f8334f6de81980ebbdef535b2662 | |
parent | 9be6c3ddf09ce4bc5768f708867e6b30a5bc78cb [diff] [blame] |
HTMLParser is now able to handle slashes in the start tag.
diff --git a/Misc/NEWS b/Misc/NEWS index 1c04987..45f22b1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,8 @@ 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.