Paul Hankin <[EMAIL PROTECTED]> writes:

> Not to me: I can never remember which of a.append and a.extend is
> which.

Interesting, with me it's the other way around.  Maybe it's because I
used Python before extend was available.

> Falling back to a = a + b is exactly what you want.

Not if you want to mutate the original object, possibly referenced
from elsewhere.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to