]> granicus.if.org Git - python/commit
Issue #24400: Remove inspect.isawaitable().
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 30 Jun 2015 22:19:01 +0000 (18:19 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 30 Jun 2015 22:19:01 +0000 (18:19 -0400)
commita74b5e59af6b4271eac7953771e7d3346e76b058
treeb677c97fc2bda02f303c62c4c8545948b2fc00e6
parent86cd7d6b756bb0f99b7854c75dfcd24e1ec3bdbc
Issue #24400: Remove inspect.isawaitable().

isawaitable() was added before collections.abc.Awaitable; now,
with Awaitable, it is no longer needed (we don't have ishashable()
or isiterable() methods in the inspect module either).
Doc/library/inspect.rst
Doc/whatsnew/3.5.rst
Lib/inspect.py
Lib/test/test_inspect.py