[Patches] [Patch #101033] Use METH_VARARGS constant in Modules/

noreply@sourceforge.net noreply@sourceforge.net
Thu, 3 Aug 2000 03:08:37 -0700


Patch #101033 has been updated. 

Project: 
Category: core (C code)
Status: Open
Summary: Use METH_VARARGS constant in Modules/

Follow-Ups:

Date: 2000-Aug-03 03:08
By: marangoz

Comment:
So this replaces '1' with METH_VARARGS (good),
but leaves the '0' in place (bad).
What's the point, then? :-)
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101033&group_id=5470