Correct handling of functions with only kwarg args in getcallargs (closes #11256)

A patch from Daniel Urban.
This commit is contained in:
Benjamin Peterson 2011-03-28 17:32:31 -05:00
parent 41a9ec9003
commit 77d466079a
3 changed files with 25 additions and 2 deletions

View file

@ -47,6 +47,9 @@ Core and Builtins
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