PS. Sorry, I wrote:
     >>> zip(*[iter(s)]*3)  # or simpler: zip(s) :-)
But should be
     >>> zip(*[iter(s)]*1)  # or simpler: zip(s) :-)

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

Reply via email to