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
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
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
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
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