[issue21403] cElementTree's Element creation handles attrib argument different from ET

Stefan Behnel report at bugs.python.org
Thu May 1 08:40:52 CEST 2014


Stefan Behnel added the comment:

According to issue 1572710, this is not a bug. The "attrib" argument is supposed to be a positional argument, not a keyword argument. This makes sense, given that arbitrary keyword arguments are accepted for additional XML attributes.

----------

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


More information about the Python-bugs-list mailing list