From 02815d939362d4093a95da650e7fbddabf147eb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hakan=20=C3=87elik?= Date: Thu, 17 Feb 2022 22:45:55 +0300 Subject: [PATCH] bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377) --- Doc/whatsnew/3.11.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 510ef86d42cc..4dd778951f4c 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 ---- -- 2.47.3