[docs] [issue10026] xml.dom.pulldom strange behavior

Amaury Forgeot d'Arc report at bugs.python.org
Tue Oct 5 13:16:19 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Please read
http://docs.python.org/library/xml.etree.elementtree.html?highlight=elementtree#xml.etree.ElementTree.iterparse
At START_ELEMENT, the element is not guaranteed to be fully populated;
you should handle the END_ELEMENT event instead.

This should be documented for the pulldom module as well, though.

----------
assignee:  -> docs at python
nosy: +amaury.forgeotdarc, docs at python

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


More information about the docs mailing list