summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-31 21:21:38 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-31 21:21:38 (GMT)
commit4640b300e32fda6f2a5fffc54de9d6e0cd5941d2 (patch)
treedb38d785f87605df2ee3135a33ec77d3129699ed
parentd4cbbebe2d3659f8a83e2d8996fbe7bd0a32db26 (diff)
downloadcpython-4640b300e32fda6f2a5fffc54de9d6e0cd5941d2.zip
cpython-4640b300e32fda6f2a5fffc54de9d6e0cd5941d2.tar.gz
cpython-4640b300e32fda6f2a5fffc54de9d6e0cd5941d2.tar.bz2
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
-rw-r--r--Doc/whatsnew/3.5.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index b60cd1b..2a3b7d0 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -689,6 +689,12 @@ subprocess
API than :func:`~subprocess.call`, :func:`~subprocess.check_call` and
:func:`~subprocess.check_output`.
+sys
+---
+
+* New :func:`~sys.set_coroutine_wrapper` and :func:`~sys.get_coroutine_wrapper`
+ functions. (Contributed by Yury Selivanov in :issue:`24017`.)
+
sysconfig
---------