[issue17088] ElementTree incorrectly refuses to write attributes without namespaces when default_namespace is used

Wim report at bugs.python.org
Sat Dec 14 00:14:49 CET 2013


Wim added the comment:

Here's an improved patch (and improved testcase).

It's a little more intrusive than the last patch because when a default namespace is being used, two distinct qname caches must be made.

----------
Added file: http://bugs.python.org/file33125/bug17088_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17088>
_______________________________________


More information about the Python-bugs-list mailing list