New submission from Jakub Wilk <jw...@jwilk.net>: <https://docs.python.org/3.11/whatsnew/3.11.html#removed> says:
"Removed from the inspect module: […] the undocumented Signature.from_callable and Signature.from_function functions, deprecated since Python 3.5; use the Signature.from_callable() method instead." But Signature.from_callable can't possibly be removed and the suggested replacement at the same time. I think it should say: "… the undocumented Signature.from_builtin and …" ---------- assignee: docs@python components: Documentation messages: 407054 nosy: docs@python, hugovk, jwilk priority: normal severity: normal status: open title: What’s New In Python 3.11: wrong reference to Signature.from_callable versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45903> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com