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 Kronuz
Recipients Kronuz, eli.bendersky, scoder
Date 2013-09-10.14:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378823821.86.0.0607841458966.issue18998@psf.upfronthosting.co.za>
In-reply-to
Content
The added iter/itertext methods in Element are not working under certain circumstances (crashes):

This crashes:
  e = ElementTree().parse('/Users/kronuz/Desktop/tests/houses.xml')
  e.iter()

But the problem is not there if I use bootstrapped iterators instead (from the previous commit to the one introducing Element iterator)
History
Date User Action Args
2013-09-10 14:37:01Kronuzsetrecipients: + Kronuz, scoder, eli.bendersky
2013-09-10 14:37:01Kronuzsetmessageid: <1378823821.86.0.0607841458966.issue18998@psf.upfronthosting.co.za>
2013-09-10 14:37:01Kronuzlinkissue18998 messages
2013-09-10 14:37:01Kronuzcreate