[Python-Dev] zip() and list-comprehension with commas

Skip Montanaro skip@mojam.com (Skip Montanaro)
Wed, 12 Jul 2000 09:24:31 -0500 (CDT)


    BAW> Alternatives (as Greg I think brought up): pairwise(), maybe
    BAW> zipper() for zip() since it's more evocative.

"zip" already has a lot of compression connotations.  How about "stitch", as 
in "stitch two lists together"?

Skip