diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2022-02-21 15:48:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-05 12:09:53 +0100 |
commit | 30f4dc75b207159a3a2a5fc242ddf0294a8707a0 (patch) | |
tree | 77343a45514ec421ee3f4ad0bf4b9e466e78bd3c /.editorconfig | |
parent | bpo-45433: Do not link libpython against libcrypt (diff) | |
download | cpython-gentoo-3.8.12_p2.tar.gz cpython-gentoo-3.8.12_p2.tar.bz2 cpython-gentoo-3.8.12_p2.zip |
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)gentoo-3.8.12_p2
Curly brackets were never allowed in namespace URIs
according to RFC 3986, and so-called namespace-validating
XML parsers have the right to reject them a invalid URIs.
libexpat >=2.4.5 has become strcter in that regard due to
related security issues; with ET.XML instantiating a
namespace-aware parser under the hood, this test has no
future in CPython.
References:
- https://datatracker.ietf.org/doc/html/rfc3968
- https://www.w3.org/TR/xml-names/
Also, test_minidom.py: Support Expat >=2.4.5
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions