]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148821: Add more strict tests for XML encodings (GH-149765) (GH-149772)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 11:05:06 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 11:05:06 +0000 (11:05 +0000)
commit4e2cf2960791f6ae188a61971a5f4db5374b75cf
treedb5676088fbf3ed7dd2a3250d1906c8f46fcf311
parent9e220bbfeb569c63e8c524e835cd16499f54a6d4
[3.13] gh-148821: Add more strict tests for XML encodings (GH-149765) (GH-149772)

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