diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 510ef86d42c..4dd778951f4 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 ----