summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-06-30 22:19:18 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-06-30 22:19:18 (GMT)
commit93a3252c9c656c095e6855e48c1d05eda141be09 (patch)
tree885ba2eec33a194830960ab0eff55d53dbb870b8 /Doc/whatsnew
parentb2c42c2a8f308626bba43db31a78907bf6e07dc3 (diff)
parenta74b5e59af6b4271eac7953771e7d3346e76b058 (diff)
downloadcpython-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.rst5
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`.)