]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default...
authorscoder <stefan_ml@behnel.de>
Sat, 3 Oct 2020 06:07:07 +0000 (08:07 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Oct 2020 06:07:07 +0000 (08:07 +0200)
commit6a412c94b6b68e7e3632562dc7358a12ffd1447f
treea88c5e063ff2681ee334dfd92354c69aea3e4e28
parentd4b9edd5052a2d9ae3d2be69975cc933afb37737
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474)
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS.d/next/Library/2020-10-01-10-50-12.bpo-41900.Cho7oh.rst [new file with mode: 0644]