]> 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)
commit77d466079a53830e5358c5ee5fe1dd4cda40164c
tree2ea50dfe502ca07dd4ab9226ff89a1f157e446f5
parent41a9ec90030ad29fadba44eb44cc002d1c2cb153
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