[issue28236] In xml.etree.ElementTree Element can be created with empty and None tag

Serhiy Storchaka report at bugs.python.org
Sun Dec 24 03:27:31 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I concur with Raymond. Supporting non-string tags is a feature of ElementTree that is used internally (for comments, etc) and can be used in user code. And the C implementation intentionally reproduces this feature.

----------
nosy: +eli.bendersky, scoder, serhiy.storchaka

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


More information about the Python-bugs-list mailing list