diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-06-04 18:44:29 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-06-04 18:44:29 -0400 |
commit | 418ab58f94ea4a0957bcad8e7520bb3fb62d1394 (patch) | |
tree | c1e330d20245e08272310a03e6a4514255fd24f5 /CHANGELOG | |
parent | a9132eb00c8ebb66569baa9e09324a7ba69c54d1 (diff) |
Fixed a case found by Mengyuhan where html.parser giving up on
markup would result in an AssertionError instead of a
ParserRejectedMarkup exception.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ of .hidden is not a documented or supported feature, so don't do this, but it's not too difficult to keep the old behavior working. +* Fixed a case found by Mengyuhan where html.parser giving up on + markup would result in an AssertionError instead of a + ParserRejectedMarkup exception. + = 4.12.2 (20230407) * Fixed an unhandled exception in BeautifulSoup.decode_contents |