On 8/21/06, Georg Brandl <[EMAIL PROTECTED]> wrote:
> python.org Webmaster wrote:
> > -  * Make zip() an iterator (like itertools.zip())
> > +  * Make zip() an iterator (like itertools.izip())
> > +
> > +  * Make map() and filter() iterators and make them stop at the end of the 
> > shortest input (like zip()) instead of at the end of the longest input
>
> May I suggest an additional keyword(-only?) argument to get the old behavior,
> stopping at the end of the longest input?

I thought map() and filter() were going away in Py3k? Did that change?

Collin Winter
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to