]> granicus.if.org Git - python/commit
Add PyArg_VaParseTupleAndKeywords(). Document this function and
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 22:20:32 +0000 (22:20 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 22:20:32 +0000 (22:20 +0000)
commit711e7d97e4bebec002233e7caa72fc43ffba06a5
tree80f45e962986f89ebc408731e51b276d0ab741f3
parent9a2a1cb031f9149ca6bfaf7b43ae0955d16db9b1
Add PyArg_VaParseTupleAndKeywords().  Document this function and
PyArg_VaParse().

Closes patch #550732.  Thanks Greg Chapman.
Doc/api/utilities.tex
Include/modsupport.h
Misc/NEWS
Python/getargs.c