KraftDiner wrote:
> unzip doesn't seem to work for me...

Mrmpf, my bad. The operation is called unzip, but implpemented by using 
zip - so


unzip(l) == zip(*l)


So the exchange unzip with zip in my example.

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

Reply via email to