[issue39495] xml.etree.ElementTree.TreeBuilder.start differs between pure Python and C implementations

Serhiy Storchaka report at bugs.python.org
Thu Jan 30 01:32:32 EST 2020


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

According to the documentation the attrs parameter does not have default value. I think that the C implementation should be changed.

https://docs.python.org/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.start

----------

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


More information about the Python-bugs-list mailing list