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, vkuznet
Date 2010-09-27.12:54:40
SpamBayes Score 0.031084752
Marked as misclassified No
Message-id <1285592082.97.0.128763622403.issue9958@psf.upfronthosting.co.za>
In-reply-to
Content
The given script yields an item on a "start" event; but the element may not be fully populated at this point. please read http://docs.python.org/library/xml.etree.elementtree.html#xml.etree.ElementTree.iterparse

You should use the "end" events instead.
History
Date User Action Args
2010-09-27 12:54:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vkuznet
2010-09-27 12:54:42amaury.forgeotdarcsetmessageid: <1285592082.97.0.128763622403.issue9958@psf.upfronthosting.co.za>
2010-09-27 12:54:41amaury.forgeotdarclinkissue9958 messages
2010-09-27 12:54:40amaury.forgeotdarccreate