This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

URL PR 19261
Status merged
Title bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given
History
Date User Action Args
2022-02-16 12:46:22hakanceliksetstatus: open -> merged
2020-04-17 14:25:42hakanceliksettitle: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given -> bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given
2020-04-17 14:25:28hakanceliksettitle: bpo-29418: Fix, return True if the object is a method-wrapper add new function named ismethodwrapper -> Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given
2020-03-31 20:54:22hakanceliksettitle: bpo-29418: Fix this issue, add new function named ismethodwrapper. -> bpo-29418: Fix, return True if the object is a method-wrapper add new function named ismethodwrapper
2020-03-31 20:40:40hakanceliksettitle: bpo-29418: Fix this issue, add new function named ismethodwrapper and more test write to isroutine function of inspect module -> bpo-29418: Fix this issue, add new function named ismethodwrapper.
2020-03-31 20:37:00hakanceliklinkissue29418 pull_requests
2020-03-31 20:37:00hakancelikcreate