]> granicus.if.org Git - python/commit
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
authorBenjamin Peterson <benjamin@python.org>
Mon, 28 Mar 2011 22:32:31 +0000 (17:32 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 28 Mar 2011 22:32:31 +0000 (17:32 -0500)
commit6a2638b1637bd7f79f55def97df20cfccff02509
tree3a45b015ff2be6a0a91f3ce19b69b66279bebad5
parent3077404de4ce8efe5214f4dbf973421eebdf1181
Correct handling of functions with only kwarg args in getcallargs (closes #11256)

A patch from Daniel Urban.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS