]> granicus.if.org Git - python/commit
change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults...
authorBenjamin Peterson <benjamin@python.org>
Wed, 12 Nov 2008 21:39:01 +0000 (21:39 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 12 Nov 2008 21:39:01 +0000 (21:39 +0000)
commit3d4ca74bc85c4224498e75704f82e4d42b6a04df
tree44fcd6283791499aac9b5d3ee2b2e33ecf01df28
parent3e8e9cc25d3ec1507a0e08028844205e92f488b7
change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults'

Fixes #4307
Reviewed by Christian
Lib/inspect.py
Misc/ACKS
Misc/NEWS