[Python-Dev] Remove METH_OLDARGS?

Guido van Rossum guido at python.org
Mon May 29 21:47:30 CEST 2006


On 5/28/06, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> Georg Brandl wrote:
> >> There's still a ton used under Modules.  Also, if no flag is
> >> specified, it will default to 0 (ie, METH_OLDARGS).  I wonder how many
> >> third party modules use METH_OLDARGS directly or more likely
> >> indirectly.
> >
> > These modules can be converted.
>
> I think that should be done for 2.5, but nothing else. Or, perhaps
> a deprecation warning could be generated if it is still used.

I'll let Martin decide this one.

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


More information about the Python-Dev mailing list