[Python-checkins] cpython (3.5): Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew

yury.selivanov python-checkins at python.org
Sun May 31 23:21:54 CEST 2015


https://hg.python.org/cpython/rev/8a185bb62a25
changeset:   96432:8a185bb62a25
branch:      3.5
parent:      96430:3eb817e19090
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sun May 31 17:21:38 2015 -0400
summary:
  Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew

files:
  Doc/whatsnew/3.5.rst |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -689,6 +689,12 @@
   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
 ---------
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list