commit | c45868ec697a70a80d1cf8a511894f073fda3a27 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Apr 18 19:08:41 2012 -0600 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Apr 18 19:08:41 2012 -0600 |
tree | 1f8e79a1d86c7efa99e160ecda477eab7a14b27b | |
parent | a72aa843b66e80cc6f97a5e3571952d941e82404 [diff] |
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
diff --git a/Misc/NEWS b/Misc/NEWS index 6b278bd..6ae6e53 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -50,6 +50,9 @@ 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