[Python-Dev] Removing METH_OLDARGS (original) (raw)
Neal Norwitz neal@metaslash.com
Sun, 31 Mar 2002 17:32:36 -0500
- Previous message: [Python-Dev] Re: Removing METH_OLDARGS
- Next message: [Python-Dev] Removing METH_OLDARGS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
I did a grep for 'PyArgParse(' 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
- Previous message: [Python-Dev] Re: Removing METH_OLDARGS
- Next message: [Python-Dev] Removing METH_OLDARGS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]