Re: [Python-Dev] xml.etree.ElementTree.IncrementalParser

2013-08-09 Thread Stefan Behnel
Antoine Pitrou, 09.08.2013 14:50: > Le Fri, 09 Aug 2013 13:11:11 +0200, > Stefan Behnel a écrit : >> I attached it to the ticket that seems to have been the source of this >> addition. >> >> http://bugs.python.org/issue17741 >> >> Please note that the tulip mailing list is not an appropriate place

Re: [Python-Dev] xml.etree.ElementTree.IncrementalParser

2013-08-09 Thread Antoine Pitrou
Le Fri, 09 Aug 2013 13:11:11 +0200, Stefan Behnel a écrit : > > I attached it to the ticket that seems to have been the source of this > addition. > > http://bugs.python.org/issue17741 > > Please note that the tulip mailing list is not an appropriate place to > discuss additions to the XML libr

Re: [Python-Dev] xml.etree.ElementTree.IncrementalParser

2013-08-09 Thread Stefan Behnel
Antoine Pitrou, 08.08.2013 10:20: > Le Thu, 08 Aug 2013 06:33:42 +0200, > Stefan Behnel a écrit : >> Antoine Pitrou, 07.08.2013 08:04: >>> http://docs.python.org/dev/library/xml.etree.elementtree.html#incremental-parsing >> >> I don't like the fact that it adds a second interface to iterparse() >>

Re: [Python-Dev] xml.etree.ElementTree.IncrementalParser (was: ElementTree iterparse string)

2013-08-08 Thread Antoine Pitrou
Hi, Le Thu, 08 Aug 2013 06:33:42 +0200, Stefan Behnel a écrit : > [from python-ideas] > > Antoine Pitrou, 07.08.2013 08:04: > > Take a look at IncrementalParser: > > http://docs.python.org/dev/library/xml.etree.elementtree.html#incremental-parsing > > Hmm, that seems to be a somewhat recent ad

[Python-Dev] xml.etree.ElementTree.IncrementalParser (was: ElementTree iterparse string)

2013-08-07 Thread Stefan Behnel
[from python-ideas] Antoine Pitrou, 07.08.2013 08:04: > Take a look at IncrementalParser: > http://docs.python.org/dev/library/xml.etree.elementtree.html#incremental-parsing Hmm, that seems to be a somewhat recent addition (April 2013). I would have preferred hearing about it before it got added.