summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-21 07:22:16 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-21 07:22:16 (GMT)
commit36b7361fe76733b3a4944ef92b49bcea4584b740 (patch)
tree37ae2ab2af68f8334f6de81980ebbdef535b2662 /Misc
parent9be6c3ddf09ce4bc5768f708867e6b30a5bc78cb (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c04987..45f22b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.