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 pitrou
Recipients Frederick.Ross, eli.bendersky, eric.araujo, ezio.melotti, pitrou, rhettinger
Date 2012-05-25.19:09:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337972974.8.0.534108992911.issue14852@psf.upfronthosting.co.za>
In-reply-to
Content
ElementTree supports incremental parsing with the iterparse() method, not sure it fills your use case:
http://docs.python.org/dev/library/xml.etree.elementtree.html#xml.etree.ElementTree.iterparse

As for the json module, it doesn't have such a facility.
History
Date User Action Args
2012-05-25 19:09:34pitrousetrecipients: + pitrou, rhettinger, ezio.melotti, eric.araujo, eli.bendersky, Frederick.Ross
2012-05-25 19:09:34pitrousetmessageid: <1337972974.8.0.534108992911.issue14852@psf.upfronthosting.co.za>
2012-05-25 19:09:34pitroulinkissue14852 messages
2012-05-25 19:09:34pitroucreate