From: Yury Selivanov Date: Sun, 31 May 2015 21:21:38 +0000 (-0400) Subject: Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew X-Git-Tag: v3.5.0b3~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4640b300e32fda6f2a5fffc54de9d6e0cd5941d2;p=thirdparty%2FPython%2Fcpython.git Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b60cd1b2a012..2a3b7d0ffce8 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 ---------