Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix name of deprecated inspect.Signature method in 3.11.0a2 changelog
  • Loading branch information
Jackenmen authored Dec 26, 2022
commit a60a360149eed6d3595ce4a849203d5044e4b0b0
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.11.0a2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Removed from the :mod:`inspect` module:
use the :func:`inspect.signature` function and :class:`Signature` object
directly.

* the undocumented ``Signature.from_callable`` and ``Signature.from_function``
* the undocumented ``Signature.from_builtin`` and ``Signature.from_function``
functions, deprecated since Python 3.5; use the
:meth:`Signature.from_callable() <inspect.Signature.from_callable>` method
instead.
Expand Down