[Python-checkins] CVS: python/dist/src/Objects listobject.c,2.93,2.94

Tim Peters tim.one@home.com
Sat, 26 May 2001 15:46:39 -0400


>> Modified Files:
>> 	listobject.c
>> Log Message:
>> Cruft cleanup:  removed the #ifdef'ery in support of compiling to allow
>> multi-argument list.append(1, 2, 3) (as opposed to .append((1,2,3))).


[Thomas Wouters]
> Shouldn't this get a place in the NEWS/Changes file ?

Didn't think so.  NO_STRICT_LIST_APPEND was never documented, neither
officially nor mentioned in NEWS when it was added (~14 months ago).