Skip to content
Prev Previous commit
Mention inspect313
  • Loading branch information
sobolevn committed Apr 24, 2024
commit 3b884ebba607d6f9207e08091326e7248b01f88e
1 change: 1 addition & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ inspect
* Add *bound_arg* parameter to :func:`inspect.Signature.from_callable`
and :func:`inspect.signature`: keep the ``self`` parameter
in the method signature if *bound_arg* is True.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reword here to match the updated main function docs (including mentioning the getfullargspec compatibility)

:pypi:`inspect313` package has a backport of this feature.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make the backport mention a seealso note in the module docs rather than only putting it here?

(Contributed by Nikita Sobolev in :gh:`108901`.)

ipaddress
Expand Down