[Python-Dev] Summary of Python tracker Issues

2013-08-09 Thread Python tracker
ACTIVITY SUMMARY (2013-08-02 - 2013-08-09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4148 (+20) closed 26321 (+47) total 30469 (+67) Open issues wit

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() >>