diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-08 15:28:02 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-08 15:28:02 (GMT) |
commit | 0fceaf45e2f6695685785e18852902740210a128 (patch) | |
tree | 091cf01bb32ba468714abd33b2415ecadbb9a198 /Misc/NEWS | |
parent | 7ddf3eba90576f51c14b8da0df2970589761b78e (diff) | |
download | cpython-0fceaf45e2f6695685785e18852902740210a128.zip cpython-0fceaf45e2f6695685785e18852902740210a128.tar.gz cpython-0fceaf45e2f6695685785e18852902740210a128.tar.bz2 |
inspect.signautre: Fix functools.partial support. Issue #21117
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -106,6 +106,11 @@ Library (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge) +- Issue #21117: Fix inspect.signature to better support functools.partial. + Due to the specifics of functools.partial implementation, + positional-or-keyword arguments passed as keyword arguments become + keyword-only. + IDLE ---- |