[Python-Dev] what to call this zip() function?

Skip Montanaro skip@mojam.com (Skip Montanaro)
Sat, 15 Jul 2000 10:37:01 -0500 (CDT)


Nothing has really jumped out as the "right" way to express the proposed
builtin that does 

    map(None, l1, l2, l3, l4)

How about collate?  What we're doing is effectively what a copy machine does 
when it collates multiple copies of its input...

Skip