[Python-Dev] PyArg_ParseTuple vs. PyArg_Parse

Guido van Rossum guido@python.org
Tue, 30 Jul 2002 11:26:23 -0400


> I'll back out this change.  But this raises the question should 
> PyArg_Parse() be deprecated or should just METH_OLDARGS be deprecated?

Only METH_OLDARGS.

--Guido van Rossum (home page: http://www.python.org/~guido/)