Re: [Python-Dev] PEP 342 - Enhanced Iterators

2005-06-13 Thread 정출연
<-Original Message-> > From: "Guido van Rossum" <[EMAIL PROTECTED]> > To: "Delaney, Timothy C (Timothy)" <[EMAIL PROTECTED]> > Cc: > Sent: 2005-06-14 10:31 > Subject: Re: [Python-Dev] PEP 342 - Enhanced Iterators Good idea, do

Re: [Python-Dev] PEP 342 - Enhanced Iterators

2005-06-13 Thread Guido van Rossum
Good idea, done. On 6/13/05, Delaney, Timothy C (Timothy) <[EMAIL PROTECTED]> wrote: > There's a thread on c.l.py at the moment ("Controlling a generator the > pythonic way") which is basically coming up with PEP 342. I've pointed > them to PEP 342, but it's made me think that the name of the PEP

[Python-Dev] PEP 342 - Enhanced Iterators

2005-06-13 Thread Delaney, Timothy C (Timothy)
There's a thread on c.l.py at the moment ("Controlling a generator the pythonic way") which is basically coming up with PEP 342. I've pointed them to PEP 342, but it's made me think that the name of the PEP could better indicate what it does. I propose "Coroutines via Enhanced Iterators". Tim Del