mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
This commit is contained in:
commit
1305e5b6f0
1 changed files with 6 additions and 0 deletions
|
@ -689,6 +689,12 @@ subprocess
|
||||||
API than :func:`~subprocess.call`, :func:`~subprocess.check_call` and
|
API than :func:`~subprocess.call`, :func:`~subprocess.check_call` and
|
||||||
:func:`~subprocess.check_output`.
|
: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
|
sysconfig
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue