Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew

This commit is contained in:
Yury Selivanov 2015-05-31 17:21:38 -04:00
parent d4cbbebe2d
commit 4640b300e3
1 changed files with 6 additions and 0 deletions

View 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
---------