diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-01-17 10:56:15 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-01-17 10:56:15 -0500 |
commit | ceee9911ca1cc8b1e67efeea6ed74564f4820c3f (patch) | |
tree | 830b16ecff7737945d20331376ed1e9dc5dfc645 /CHANGELOG | |
parent | 5df3671025db06ae9da2f8c81cd836f383127bc4 (diff) |
Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
[bug=2034451]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,12 +7,15 @@ * Fixed a regression such that if you set .hidden on a tag, the tag becomes invisible but its contents are still visible. User manipulation 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. + but it wasn't 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. +* Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning. + [bug=2034451] + * Corrected the syntax of the license definition in pyproject.toml. Patch by Louis Maddox. [bug=2032848] |