diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 03:07:02 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 03:07:02 (GMT) |
commit | 57c74fca025ccd80d9d5f7da2d296c30e34dfec9 (patch) | |
tree | 9f113dbe5209f1be7fca4d6aa0c32cfd91a2075d /Misc | |
parent | 45d61561541b35d9c8757b9cc87974edc73f8649 (diff) | |
download | cpython-57c74fca025ccd80d9d5f7da2d296c30e34dfec9.zip cpython-57c74fca025ccd80d9d5f7da2d296c30e34dfec9.tar.gz cpython-57c74fca025ccd80d9d5f7da2d296c30e34dfec9.tar.bz2 |
Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -183,6 +183,9 @@ Library inspect.Signature.from_callable() and inspect.signature(). Contributed by Yury Selivanov. +- Issue 24248: Deprecate inspect.Signature.from_function() and + inspect.Signature.from_builtin(). + Tests ----- |