This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, docs@python, vojta.rylko
Date 2010-10-05.11:16:17
SpamBayes Score 0.0009207352
Marked as misclassified No
Message-id <1286277379.34.0.859500575236.issue10026@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-05 11:16:19amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, docs@python, vojta.rylko
2010-10-05 11:16:19amaury.forgeotdarcsetmessageid: <1286277379.34.0.859500575236.issue10026@psf.upfronthosting.co.za>
2010-10-05 11:16:17amaury.forgeotdarclinkissue10026 messages
2010-10-05 11:16:17amaury.forgeotdarccreate