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

Stefan Behnel report at bugs.python.org
Mon Jul 19 08:58:02 EDT 2021


Stefan Behnel <stefan_ml at behnel.de> added the comment:

The obvious work-around is to not use a default namespace. The result is just a visual difference, not a semantic one.

If someone wants to continue with the existing PR, I'll try to free some time to review any improvements.

----------
versions: +Python 3.10, Python 3.11 -Python 3.9

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


More information about the Python-bugs-list mailing list