summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-21 07:25:00 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-21 07:25:00 (GMT)
commit29877e8e04755c919b42ee012495f2e9671f3251 (patch)
tree05d086dff8880990b213a0f4af769c53895c998e /Misc
parent178e5ea305848015d514f4038118777374e44c87 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e3595a..4574455 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.