[Python-Dev] Re: accumulator display syntax

Guido van Rossum guido at python.org
Sun Oct 26 13:36:46 EST 2003


> > did you mean list.__add__()...?  list.__iadd__ IS just as permissive
> > as list.extend, it seems to me.
> 
> Hmm, I did mean __iadd__() but misremembered what it did.

You're forgiven, at some point in the past they *were* different.

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list