commit | 77d466079a53830e5358c5ee5fe1dd4cda40164c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Mar 28 17:32:31 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Mar 28 17:32:31 2011 -0500 |
tree | 2ea50dfe502ca07dd4ab9226ff89a1f157e446f5 | |
parent | 41a9ec90030ad29fadba44eb44cc002d1c2cb153 [diff] [blame] |
Correct handling of functions with only kwarg args in getcallargs (closes #11256) A patch from Daniel Urban.
diff --git a/Misc/NEWS b/Misc/NEWS index 03eab5c..bc0bb47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Library ------- +- Issue #11256: Fix inspect.getcallargs on functions that take only keyword + arguments. + - Issue #11696: Fix ID generation in msilib. - Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when