]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148821: Add more strict tests for XML encodings (GH-149765) (GH-149770)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 11:10:30 +0000 (13:10 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 11:10:30 +0000 (11:10 +0000)
commit1a639b866923ec00abca6e14f87a0b313c97b3a0
tree4670991a20f97b68f831f4a0fac3f588da8c20a4
parent37f3deb571c02eccd8edc1457fcfc0eeeac909ce
[3.15] gh-148821: Add more strict tests for XML encodings (GH-149765) (GH-149770)

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