]> granicus.if.org Git - python/commit
Added Christian Tismer's patch to allow list.append(a,b,c) back --
authorGuido van Rossum <guido@python.org>
Mon, 13 Mar 2000 15:41:59 +0000 (15:41 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Mar 2000 15:41:59 +0000 (15:41 +0000)
commitef93b87f1c8606d3995c3428537ade6aebd567d1
treebc3e6122ad4f3225f7a3664061cd199202b7d19e
parent570575b1eec5f505ad40dd1e2690e4c433180364
Added Christian Tismer's patch to allow list.append(a,b,c) back --
with a twist: you have to define NO_STRICT_LIST_APPEND manually
to enable multi-arg append().
Objects/listobject.c