This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwilk
Recipients docs@python, hugovk, jwilk
Date 2021-11-26.14:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637937792.91.0.161252797195.issue45903@roundup.psfhosted.org>
In-reply-to
Content
<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 …"
History
Date User Action Args
2021-11-26 14:43:12jwilksetrecipients: + jwilk, docs@python, hugovk
2021-11-26 14:43:12jwilksetmessageid: <1637937792.91.0.161252797195.issue45903@roundup.psfhosted.org>
2021-11-26 14:43:12jwilklinkissue45903 messages
2021-11-26 14:43:12jwilkcreate