On Fri, Jul 15, 2011 at 5:19 PM, [email protected] <[email protected]> wrote: >> (It would have been a lot cleaner if Python exposed its operators as >> functions. > > from operator import add
Ah yes, I forgot that module. Yep, that cleans up the code a bit. ChrisA -- http://mail.python.org/mailman/listinfo/python-list
