Georg Brandl wrote:
> Paul Rubin wrote:
> > Sybren Stuvel <[EMAIL PROTECTED]> writes:
> >> Because of "there should only be one way to do it, and that way should
> >> be obvious". There are already the str.join and unicode.join methods,
> >
> > Those are obvious???
>
> Why would you try to sum up strings? Besides, the ''.join idiom is quite
> common in Python.

One could extend this argument to dissallow the following:
>>> "foo" + "bar"

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

Reply via email to