diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-30 22:19:18 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-30 22:19:18 (GMT) |
commit | 93a3252c9c656c095e6855e48c1d05eda141be09 (patch) | |
tree | 885ba2eec33a194830960ab0eff55d53dbb870b8 /Doc/whatsnew | |
parent | b2c42c2a8f308626bba43db31a78907bf6e07dc3 (diff) | |
parent | a74b5e59af6b4271eac7953771e7d3346e76b058 (diff) | |
download | cpython-93a3252c9c656c095e6855e48c1d05eda141be09.zip cpython-93a3252c9c656c095e6855e48c1d05eda141be09.tar.gz cpython-93a3252c9c656c095e6855e48c1d05eda141be09.tar.bz2 |
Merge 3.5 (Issue #24400)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index abc1b8d..63a5ff5 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -527,9 +527,8 @@ inspect * New argument ``follow_wrapped`` for :func:`inspect.signature`. (Contributed by Yury Selivanov in :issue:`20691`.) -* New :func:`~inspect.iscoroutine`, :func:`~inspect.iscoroutinefunction`, - and :func:`~inspect.isawaitable` functions. (Contributed by Yury Selivanov - in :issue:`24017`.) +* New :func:`~inspect.iscoroutine` and :func:`~inspect.iscoroutinefunction` + functions. (Contributed by Yury Selivanov in :issue:`24017`.) * New :func:`~inspect.getcoroutinelocals` and :func:`~inspect.getcoroutinestate` functions. (Contributed by Yury Selivanov in :issue:`24400`.) |