]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148821: Add more strict tests for XML encodings (GH-149765) (GH-149771)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 11:07:04 +0000 (13:07 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 11:07:04 +0000 (11:07 +0000)
commitd693ba3feaaa7247a072d39c4a1aba3c1ff494ba
treef84aee896c0c2a817fb2d4fa5bdc8e4eb2bed043
parent17a5e049b5b01635d113fa3df48f326a8f78140a
[3.14] gh-148821: Add more strict tests for XML encodings (GH-149765) (GH-149771)

Exclude encodings like 'utf-8-sig', 'iso2022-jp' and 'hz' from the list of
supported encodings.
(cherry picked from commit fa2afa64d9467fb7362672ed603d29d8e246d240)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_pyexpat.py
Lib/test/test_xml_etree.py