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 <rep...@bugs.python.org> <http://bugs.python.org/issue24248> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com