If sequences are not same length:

zip truncates to length of shortest input sequence

map(None, seq1, seq2) pads to length of longest seq.

(can't remember what itertools.izip() does)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to