summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-04-08 15:46:50 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-04-08 15:46:50 (GMT)
commit67ae50ee1c723db3a0d9fb22fc182dc1854fb137 (patch)
treeabda69bbb3afcac6d6e386bd2ff2fc2f27c48336 /Misc
parent3f73ca23cfe4e4058689bc5a46622c68ef1b6aa6 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 023f81a..fd44590 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
----