]> granicus.if.org Git - python/commit
Made all list methods use PyArg_ParseTuple(), for more accurate
authorGuido van Rossum <guido@python.org>
Thu, 24 Feb 2000 15:23:03 +0000 (15:23 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Feb 2000 15:23:03 +0000 (15:23 +0000)
commit4aa24f997940fae3ac718d034014ad0f987101c0
treef1e74e10f60686ca4a9d9b24dc60b05ae888a8f3
parentd5062babed8571d270a13a48e439bc9eacb10cb3
Made all list methods use PyArg_ParseTuple(), for more accurate
diagnostics.

*** INCOMPATIBLE CHANGE: This changes append(), remove(), index(), and
*** count() to require exactly one argument -- previously, multiple
*** arguments were silently assumed to be a tuple.
Objects/listobject.c