]> granicus.if.org Git - python/commit
Fix two places (seek and truncate) where a cascade of PyArg_Parse
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 17:22:18 +0000 (17:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 17:22:18 +0000 (17:22 +0000)
commit88303194a5579647b30243ab85f3f3acfd610d3c
tree2c972e92100e0215382bd0b80e998b0bf304d157
parente89d4506c14fdfbd3963b99ed3d7199846a94a7c
Fix two places (seek and truncate) where a cascade of PyArg_Parse
calls was used instead of a single PyArg_ParseTuple call with an
optional argument.
Objects/fileobject.c