diff options
author | Leonard Richardson <leonardr@segfault.org> | 2022-04-07 19:17:52 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2022-04-07 19:17:52 -0400 |
commit | d8e5c8b975102d6567ed172190feacb8811a343f (patch) | |
tree | eba22a9c1e9492032ad27612106c6f677a3cc43c /CHANGELOG | |
parent | 461a7083d2a924a9aaeadb8a8f6b47cf8b3fb511 (diff) |
Omit untrusted input when issuing warnings.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ Beautiful Soup's official support for Python 2 ended on December 31st, 4.9.3. In the Launchpad Bazaar repository, the final revision to support Python 2 was revision 605. -= 4.11.0 (Unreleased) += 4.11.0 (20220407) * Ported unit tests to use pytest. @@ -50,8 +50,8 @@ Python 2 was revision 605. html5lib parser. [bug=1948488] * Standardized the wording of the MarkupResemblesLocatorWarning - warnings to to make them less judgmental about what you ought to - be doing. [bug=1955450] + warnings to omit untrusted input and make the warnings less + judgmental about what you ought to be doing. [bug=1955450] * Removed support for the iconv_codec library, which doesn't seem to exist anymore and was never put up on PyPI. (The closest |