| commit | 29877e8e04755c919b42ee012495f2e9671f3251 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Feb 21 09:25:00 2012 +0200 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Feb 21 09:25:00 2012 +0200 |
| tree | 05d086dff8880990b213a0f4af769c53895c998e | |
| parent | 178e5ea305848015d514f4038118777374e44c87 [diff] [blame] |
HTMLParser is now able to handle slashes in the start tag.
diff --git a/Misc/NEWS b/Misc/NEWS index 0e3595a..4574455 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -121,6 +121,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.