Neil Cerutti <[EMAIL PROTECTED]> writes:
> So there isn't, it seems, a practical way of implementing the
> sum(list of strings) -> ''.join(list of strings optimization.

''.join may not be the right way to do it, but obviously there are
other ways.  This isn't rocket science.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to