[New-bugs-announce] [issue45903] What’s New In Python 3.11: wrong reference to Signature.from_callable

Jakub Wilk report at bugs.python.org
Fri Nov 26 09:43:12 EST 2021


New submission from Jakub Wilk <jwilk at 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 at python
components: Documentation
messages: 407054
nosy: docs at 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 <report at bugs.python.org>
<https://bugs.python.org/issue45903>
_______________________________________


More information about the New-bugs-announce mailing list