On Sep 20, 7:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> How come it's not? Then I noticed you don't have brackets in
> the join statement. So I tried without them and got

If memory serves me right newer versions of python will recognize and
optimize string concatenation via the += operator, thus the advice to
use join does not apply.

i.


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

Reply via email to