summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-04-19 01:18:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-04-19 01:18:22 (GMT)
commit0780b6bc58c107a8462760163403642e889ef735 (patch)
tree20cc44f227b4363f3dfbd56de3c888e795d7c3f1 /Misc
parentcc19140607e0a1dd98e229a7b6a21c4e05f0eb29 (diff)
downloadcpython-0780b6bc58c107a8462760163403642e889ef735.zip
cpython-0780b6bc58c107a8462760163403642e889ef735.tar.gz
cpython-0780b6bc58c107a8462760163403642e889ef735.tar.bz2
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bfae292..44cb4a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #14538: HTMLParser can now parse correctly start tags that contain
+ a bare '/'.
+
- Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message.
- Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied