diff options
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 510ef86..4dd7789 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 ---- |