[Patches] Optional list.append behavior

Guido van Rossum guido@python.org
Mon, 13 Mar 2000 10:43:22 -0500


I've added this patch, with a twist: it's disabled by default.  You
have to manually define NO_STRICT_LIST_APPEND to enable multi-arg
append().

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