[Python-ideas] ElementTree iterparse string
Ryan
rymg19 at gmail.com
Wed Aug 7 03:52:15 CEST 2013
ElementTree iterparse only works with file names or file objects. What if there was an iterparse for strings? Like iterparsestring or iterfromstring or iterstring, etc. Even though the string is stored in memory, storing the entire tree along with the string is a major minus, especially since a string takes less memory than an ElementTree instance or a root element.
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130806/c21129ae/attachment-0001.html>
More information about the Python-ideas
mailing list