mirror of https://github.com/python/cpython
bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)
This commit is contained in:
parent
9e06d03672
commit
02815d9393
|
@ -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
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue