mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
f081fd8303
It is now guarantied that children of xml.etree.ElementTree.Element are Elements (at least in C implementation). Previously methods __setitem__(), __setstate__() and __deepcopy__() could be used for adding non-Element children.