[New-bugs-announce] [issue24248] Deprecate inspect.Signature.from_function and from_builtin
Yury Selivanov
report at bugs.python.org
Wed May 20 20:33:34 CEST 2015
New submission from Yury Selivanov:
I want to deprecate Signature.from_function and Signature.from_builtin in 3.5.
There is no use for these methods (they aren't generic), and we also now have a very handy 'from_callable' for easy Signature subclassing.
----------
assignee: yselivanov
components: Library (Lib)
messages: 243684
nosy: brett.cannon, larry, ncoghlan, yselivanov
priority: normal
severity: normal
status: open
title: Deprecate inspect.Signature.from_function and from_builtin
type: behavior
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24248>
_______________________________________
More information about the New-bugs-announce
mailing list