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