diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-08 15:46:50 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-08 15:46:50 (GMT) |
commit | 67ae50ee1c723db3a0d9fb22fc182dc1854fb137 (patch) | |
tree | abda69bbb3afcac6d6e386bd2ff2fc2f27c48336 /Misc | |
parent | 3f73ca23cfe4e4058689bc5a46622c68ef1b6aa6 (diff) | |
download | cpython-67ae50ee1c723db3a0d9fb22fc182dc1854fb137.zip cpython-67ae50ee1c723db3a0d9fb22fc182dc1854fb137.tar.gz cpython-67ae50ee1c723db3a0d9fb22fc182dc1854fb137.tar.bz2 |
inspect: Make Signature and Parameter hashable. Issue #20334.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ Library positional-or-keyword arguments passed as keyword arguments become keyword-only. +- Issue #20334: inspect.Signature and inspect.Parameter are now hashable. + IDLE ---- |