[Python-ideas] copyable iterators, named loops, continue a expression per indentation and a few functional things

Josiah Carlson jcarlson at uci.edu
Sun Dec 24 06:14:36 CET 2006


Mathias Panzenböck <grosser.meister.morti at gmx.net> wrote:
> 
> Copyable iterators
> ------------------
> 
> There are a few ways how you could implement this. However, it only makes sense for iterators, not
> for generators!

-1 on the entire proposal.  All iterators (and generators) are already
copyable.  It's called list().


 - Josiah




More information about the Python-ideas mailing list