diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-03-27 22:42:52 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-03-27 22:42:52 (GMT) |
commit | 2542b66bb04e5634410205f54523987dce9e5bf7 (patch) | |
tree | f7c8072b257c67a1ed087f735cd9c7f6541f829e /Misc | |
parent | b1d060bf8b017d2a6cf6a0191b1451aeb27a5c03 (diff) | |
download | cpython-2542b66bb04e5634410205f54523987dce9e5bf7.zip cpython-2542b66bb04e5634410205f54523987dce9e5bf7.tar.gz cpython-2542b66bb04e5634410205f54523987dce9e5bf7.tar.bz2 |
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Patch by Jeremiah Lowin. Closes #20817.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ Library - Issue #20816: Fix inspect.getcallargs() to raise correct TypeError for missing keyword-only arguments. Patch by Jeremiah Lowin. +- Issue #20817: Fix inspect.getcallargs() to fail correctly if more + than 3 arguments are missing. Patch by Jeremiah Lowin. + Documentation ------------- |