[Python-Dev] Removing METH_OLDARGS

Neal Norwitz neal@metaslash.com
Sun, 31 Mar 2002 17:32:36 -0500


Guido van Rossum wrote:

> I did a grep for 'PyArg_Parse(' and found some other files,
> e.g. Modules/arraymodule.c, Objects/fileobject.c and
> Objects/stringobject.c.

I forgot there is one case of METH_OLDARGS:  file.readinto().
I didn't want to change this because I don't know how to use it
and there is no test for it.

If someone can give me a use-case, I can add a test and fix it.

Neal