[Python-Dev] PEP 201 - Parallel iteration

Barry A. Warsaw bwarsaw@beopen.com
Wed, 19 Jul 2000 00:00:17 -0400 (EDT)


>>>>> "MZ" == Moshe Zadka <moshez@math.huji.ac.il> writes:

    MZ> I'm +1 on that. One thing that bugs me is that we're adding a
    MZ> builtin type.  Why not stick with the Python implementation?

I've been thinking a little bit about the other generators, especially
irange().  I wonder if we shouldn't just be putting zip() and friends
in their own Python module and not make them builtins?

-Barry