[Python-Dev] Re: [Bug #115845] sre: maxsplit as keyword argument

Guido van Rossum guido@python.org
Mon, 02 Oct 2000 16:06:00 -0500


> if anyone can post (or point me to) an example showing
> how to use the keyword API, I can take if from there.

Grep the Modules directory for PyArg_ParseTupleAndKeywords.  It's used
in the mmap, parser, pyexpat and sha modules.

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