]> 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:41:35 +0000 (23:41 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Oct 2020 06:41:35 +0000 (08:41 +0200)
commita0f2b664335eb689abdecc677e09a193f503af59
treea8778c488830bc68830a489395d9cbfa80c16526
parentebc8072c3dbcee983db4c709095426b4dc6d0516
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22507)

(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]