diff --git a/pep-0201.txt b/pep-0201.txt index ac801d27b..d4f0c014a 100644 --- a/pep-0201.txt +++ b/pep-0201.txt @@ -375,10 +375,13 @@ Open Issues with the zip compression algorithm. Other suggestions include (but are not limited to!): marry, weave, parallel, lace, braid, interlace, permute, furl, tuples, lists, stitch, collate, knit, - plait, fold, and with. All have disadvantages, and there is no - clear unanimous choice, therefore the decision was made to go - with `zip' because the same functionality is available in other - languages (e.g. Haskell) under the name `zip'[2]. + plait, fold, with, mktuples, maketuples, totuples, gentuples, + tupleorama. + + All have disadvantages, and there is no clear unanimous choice, + therefore the decision was made to go with `zip' because the + same functionality is available in other languages + (e.g. Haskell) under the name `zip'[2]. - Should zip() be including in the builtins module or should it be in a separate generators module (possibly with other candidate