]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cruft cleanup: removed the #ifdef'ery in support of compiling to allow
authorTim Peters <tim.peters@gmail.com>
Sat, 26 May 2001 05:50:03 +0000 (05:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 26 May 2001 05:50:03 +0000 (05:50 +0000)
commit442914d265b9752f78251e3792f5155f14a9dcc9
treee082d523a561c348b79a36034b30f86542c3a217
parent65b8b8483988cfdb6b23b64b77e94d87c079b9d9
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))).
Objects/listobject.c