[Twisted-Python] flow.Zip

Philippe Lafoucrière lafou at wanadoo.fr
Tue Apr 22 13:54:30 MDT 2003


Clark,

just a mail to remind you to code flow.zip.

with merge :[1,Cooperate(),2] + [3,4] = [1,3,4,2]
with zip, it should be [1,Cooperate(),2] + [3,4] = [(1,3)(2,4)]


Hmm, By the way, Cooperate() isn't clear, even with the doc... :-(
could you explain me that please ?

thx
Philippe





More information about the Twisted-Python mailing list