]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'
authorBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2008 20:51:15 +0000 (20:51 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2008 20:51:15 +0000 (20:51 +0000)
commit4caef5c7e2f3b0de2725d83e8eab20f5dd3d6195
tree68a77c855b6458c9a756b7c1fbc89c66dc4867e4
parent1c3978525678ea52e601e4d8571676385f767e0f
fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'
Modules/_testcapimodule.c
Python/getargs.c