peps: e4678d0f2cbb (original) (raw)

--- a/pep-0201.txt +++ b/pep-0201.txt @@ -84,31 +84,17 @@ The Proposed Solution generator function, available in the builtin module. This function is to be called `zip' and has the following signature:

zip() takes one or more sequences and weaves their elements together, just as map(None, ...) does with sequences of equal

-

-Lazy Execution +Return Value

-

Examples @@ -127,23 +113,9 @@ Examples >>> zip(a, d) [(1, 12), (2, 13)]

- Note that when the sequences are of the same length, zip() is reversible: @@ -171,235 +143,60 @@ Reference Implementation built-in function and helper class. These would ultimately be replaced by equivalent C code.

-

-

-

-

- -

-Rejected Elaborations -

-

+BDFL Pronouncements

-

-

-

-

-

-

- -Open Issues -

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

References @@ -409,6 +206,7 @@ References TBD: URL to python-dev archives + Copyright This document has been placed in the public domain.