Amaury Forgeot d'Arc <amaur...@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:  -> d...@python
nosy: +amaury.forgeotdarc, d...@python

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to