From e21aa406ab7c524692e2d462e1f30a4c37b1f0fc Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 6 May 2017 21:31:10 -0400 Subject: Improved the handling of empty-element tags like
when using the html.parser parser. [bug=1676935] --- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS.txt') diff --git a/NEWS.txt b/NEWS.txt index daeec24..91fe13c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -7,6 +7,9 @@ * It's now possible to use a tag's namespace prefix when searching, e.g. soup.find('namespace:tag') [bug=1655332] +* Improved the handling of empty-element tags like
when using the + html.parser parser. [bug=1676935] + * HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element tags) correctly. [bug=1656909] -- cgit v1.2.1