Re: documentation for PyArg_ParseTupleAndKeywords

2004-11-30 Thread Scott David Daniels
Steven Bethard wrote: Thanks for the pointers. What's the "doco gadget" you're talking about? I conclude from this question that you are not using a Windows python. I suspect, therefore, the answer is Gilda Ratner's " Never mind." --Scott David Daniels [EMAIL PROTECTED] -- http://mail.python.o

Re: documentation for PyArg_ParseTupleAndKeywords

2004-11-30 Thread Steven Bethard
John Machin wrote: Well I just fired up the doco gadget and pasted "PyArg_ParseTupleAndKeywords" into the Search box and the 2nd reference it came up with was this: manual: Python/C API Reference Manual section: 5.5 Parsing arguments and building values The 1st, 3rd & 4th references were examples

Re: documentation for PyArg_ParseTupleAndKeywords

2004-11-30 Thread John Machin
Steven Bethard <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > I'm just starting to play around with the Python source. (Specifically, > I'm looking at adding a key argument to max/min like sorted has.) Can > anyone direct me to the documentation on how > PyArg_ParseTupleAnd

Re: documentation for PyArg_ParseTupleAndKeywords

2004-11-30 Thread Pierre Barbier de Reuille
Steven Bethard a écrit : I'm just starting to play around with the Python source. (Specifically, I'm looking at adding a key argument to max/min like sorted has.) Can anyone direct me to the documentation on how PyArg_ParseTupleAndKeywords, etc. work? In particular, I can't figure out how th

documentation for PyArg_ParseTupleAndKeywords

2004-11-29 Thread Steven Bethard
I'm just starting to play around with the Python source. (Specifically, I'm looking at adding a key argument to max/min like sorted has.) Can anyone direct me to the documentation on how PyArg_ParseTupleAndKeywords, etc. work? In particular, I can't figure out how the format arg to vgetargsk