diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 21:31:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 21:31:10 -0400 |
commit | 797c844c569f0f32ee243642bb6a286d12a004a8 (patch) | |
tree | efcb0134d06ffb26b38382b3e3971fa45a32d48f /NEWS.txt | |
parent | 9f811070c46bfca9868b0365b8c209bd2ca17924 (diff) |
Improved the handling of empty-element tags like <br> when using the
html.parser parser. [bug=1676935]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 <br> 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] |