]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148821: Add more strict tests for XML encodings (GH-149765)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 May 2026 10:40:47 +0000 (13:40 +0300)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 10:40:47 +0000 (13:40 +0300)
commitfa2afa64d9467fb7362672ed603d29d8e246d240
treee24bca9d87a6a5ab3ee978e58233328e901f24c2
parentdd94457893a1dd2c99c2405e197f54a7692cbe09
gh-148821: Add more strict tests for XML encodings (GH-149765)

Exclude encodings like 'utf-8-sig', 'iso2022-jp' and 'hz' from the list of
supported encodings.
Lib/test/test_pyexpat.py
Lib/test/test_xml_etree.py