Re: [Python-Dev] 2.5 PEP

2006-02-15 Thread Alain Poirier
Hi, 2 questions: - is (c)ElementTree still planned for inclusion ? - isn't the current implementation of itertools.tee (cache of previous generated values) incompatible with the new possibility to feed a generator (PEP 342) ? Regards Neal Norwitz a écrit : > Attached is the 2.5 rele

Re: [Python-Dev] PEP 342: simple example, closure alternative

2005-08-26 Thread Alain Poirier
Le Vendredi 26 Août 2005 16:57, Guido van Rossum a écrit : > On 8/25/05, Ian Bicking <[EMAIL PROTECTED]> wrote: > > More generally, I've been doing some language comparisons, and I don't > > like literal but non-idiomatic translations of programming patterns. > > True. (But that doesn't mean I thin