[Python-Dev] PEP 201 - Parallel iteration

Barry A. Warsaw bwarsaw@beopen.com
Wed, 19 Jul 2000 08:29:53 -0400 (EDT)


>>>>> "GS" == Greg Stein <gstein@lyra.org> writes:

    >> 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?

    GS> Which are you proposing:

    GS> 1) implement in a Python module. clients use some_module.zip()

Yes.

    GS> 2) implement in a Python module. insert into builtins. clients
    GS> use zip().

No.

-Barry