]> granicus.if.org Git - python/commit
Oops, big glitch. Charles had put a 1 in the column for argument list
authorGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 05:44:10 +0000 (05:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 05:44:10 +0000 (05:44 +0000)
commit74608f8b8aa571089f8170b0d80bae6746b16f28
treefaadca1f384f4bbfdb11c28937ade48ee973ca8c
parent786205e38547f617103526a7d5a9385c26aa4b4f
Oops, big glitch.  Charles had put a 1 in the column for argument list
type for all functions.  However many function call PyArg_Parse() and
need a 0.  This is so that when they didn't change anything, the can
do Py_INCREF(args); return args.  Reverted this back.  For atof(),
there's no reason not to use PyArg_ParseTuple(), so I changed the code
(atoi and atol already used that).
Modules/stropmodule.c