On 23/11/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Tim Williams wrote:
> >>>>
>
> and the use of a list comprehension is pretty silly to, given that you want
> to apply the same *function* to all items, and don't really need to look
> it up for every item:
>
> map(int, s.split(','))Haha, thanks Frederic, I wondered how long it would take for a reply from you :) "Silly" though ?? Tim :) -- http://mail.python.org/mailman/listinfo/python-list
