Re: [Python-Dev] The Return Of Argument Clinic

2013-08-08 Thread Nick Coghlan
On 8 Aug 2013 02:48, "Larry Hastings" wrote: > > On 08/05/2013 09:59 PM, Nick Coghlan wrote: >>> >>> ___ >>> Question 2: Emit code for modules and classes? >>> >>> [...] Originally Clinic didn't ask for full class and module informati

Re: [Python-Dev] The Return Of Argument Clinic

2013-08-08 Thread Larry Hastings
On 08/05/2013 09:59 PM, Nick Coghlan wrote: ___ Question 2: Emit code for modules and classes? [...] Originally Clinic didn't ask for full class and module information, you just specified the full dotted path and that was that. Bu

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