bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)

This commit is contained in:
Hakan Çelik 2022-02-17 22:45:55 +03:00 committed by GitHub
parent 9e06d03672
commit 02815d9393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ inspect
triggering dynamic lookup via the descriptor protocol. (Contributed by
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`.)
math
----