[Python-Dev] Re: example of module interface to a varargs function?

Martin von Loewis loewis@informatik.hu-berlin.de
Wed, 20 Jun 2001 12:27:30 +0200 (MEST)


> I think it would be nice if PyArg_ParseTuple and friends took a "*" format
> character.  It would only be useful at the end of a format string, but would
> allow the generic argument parsing machinery to be used for those arguments
> that precede it.  

Now I understand. Yes, that would be useful, but apparently was not
required often enough so far to make somebody ask for it.

Regards,
Martin