"Marc 'BlackJack' Rintsch" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
|| Warren Stringer wanted to call the functions just for the side effects
| without interest in the return values.  So building a list of return
| values which is immediately thrown away is a waste of time and memory.

Also unnecessary: for f in callables: f()

tjr



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

Reply via email to