diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-02-15 21:35:24 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-02-15 21:35:24 -0500 |
commit | 021d43058412aa84777bc0383fe997e81b06363f (patch) | |
tree | 792fc50e9e7faaeb3fa8052e517e5ab51f571e57 /CHANGELOG | |
parent | e0bbee776ca241d908af36e4e5ce0d0b1bedceaf (diff) |
Removed some error checking code from diagnose(), which is redundant with
similar (but more Pythonic) code in the BeautifulSoup constructor.
[bug=2007344]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. Soup now consistently propagates this fact by raising a ParserRejectedMarkup error. [bug=2007343] +* Removed some error checking code from diagnose(), which is redundant with + similar (but more Pythonic) code in the BeautifulSoup constructor. + [bug=2007344] + = 4.11.2 (20230131) * Fixed test failures caused by nondeterministic behavior of |