8000 bpo-29418: Add inspect.ismethodwrapper to whatsnew by hakancelikdev · Pull Request #31377 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-29418: Add inspect.ismethodwrapper to whatsnew #31377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 17, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Update Doc/whatsnew/3.11.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
hakancelikdev and JelleZijlstra authored Feb 17, 2022
commit 18fd7116958a26b4a7c89e4a1ab8a08ab0b2d361
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ inspect
Weipeng Hong in :issue:`30533`.)

* Add :func:`inspect.ismethodwrapper` for checking if the type of an object is a
:class:`~types.MethodWrapperType`. (Contributed by Hakan Çelik in :issue:`29418`.)
:class:`~types.MethodWrapperType`. (Contributed by Hakan Çelik in :issue:`29418`.)

math
----
Expand Down
0