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 Aaron.Oakley
Recipients Aaron.Oakley, docs@python
Date 2013-05-03.20:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367614578.64.0.34953241054.issue17902@psf.upfronthosting.co.za>
In-reply-to
Content
It would really help to document that the C API can only use the default xml.etree.ElementTree.TreeBuilder for targets with iterparse (and by extension, IncrementalParser).

I got a nice surprise about that when I went from 3.2 to 3.3 and started getting "TypeError: event handling only supported for ElementTree.TreeBuilder targets".

I included a patch to add notes to iterparse and IncrementalParser, but I'm not sure what to refer to the C module as since xml.etree.cElementTree is deprecated.
History
Date User Action Args
2013-05-03 20:56:18Aaron.Oakleysetrecipients: + Aaron.Oakley, docs@python
2013-05-03 20:56:18Aaron.Oakleysetmessageid: <1367614578.64.0.34953241054.issue17902@psf.upfronthosting.co.za>
2013-05-03 20:56:18Aaron.Oakleylinkissue17902 messages
2013-05-03 20:56:18Aaron.Oakleycreate