]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
authorYury Selivanov <yselivanov@sprymix.com>
Sun, 31 May 2015 21:21:38 +0000 (17:21 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Sun, 31 May 2015 21:21:38 +0000 (17:21 -0400)
Doc/whatsnew/3.5.rst

index b60cd1b2a01285a88206ad2251f388c1a0d82e5c..2a3b7d0ffce897cb89aabca70d24ed772394732a 100644 (file)
@@ -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
 ---------