diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-02-15 20:37:18 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-02-15 20:37:18 -0500 |
commit | e0bbee776ca241d908af36e4e5ce0d0b1bedceaf (patch) | |
tree | d05d4fb74ebfeb14d8d5fd0a98deec229c1b5789 /CHANGELOG | |
parent | 8432abbfa16efe13cd0c057f91bb42f1f6cb3e36 (diff) |
When the html.parser parser decides it can't parse a document, Beautiful
Soup now consistently propagates this fact by raising a
ParserRejectedMarkup error. [bug=2007343]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. [bug=2003677] +* When the html.parser parser decides it can't parse a document, Beautiful + Soup now consistently propagates this fact by raising a + ParserRejectedMarkup error. [bug=2007343] + = 4.11.2 (20230131) * Fixed test failures caused by nondeterministic behavior of |