]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Oct 2020 06:42:38 +0000 (23:42 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Oct 2020 06:42:38 +0000 (08:42 +0200)
commitcfed5343331350c5737b464970a31f7588319e8b
tree1a67c899e8606ab322272c12785ea825db051a5c
parentd5c5f7955280db3ec8aa49c50b4f31a4bd5c50b7
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22508)

(cherry picked from commit 6a412c94b6b68e7e3632562dc7358a12ffd1447f)
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]