a wierd parameter passing behavior

Terry Reedy tjreedy at udel.edu
Wed Jun 4 18:03:15 CEST 2003


> >     l += [3]
>
> This is like l.append()

l.extend(), actually.

tjr






More information about the Python-list mailing list