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

Wim report at bugs.python.org
Thu Dec 12 11:45:35 CET 2013


Wim added the comment:

FWIW: I noticed that my patch has a bug due to sharing the cache dict between element names and attribute names, although I think this is unlikely to crop up very often in practice. I'll submit a better patch if/when I get the time to put one together.

----------

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


More information about the Python-bugs-list mailing list