diff options
author | Yury Selivanov <yury@magic.io> | 2018-06-08 00:44:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-08 00:44:57 (GMT) |
commit | 8f4042964d5b0ddf5cdf87862db962ba64e3f64a (patch) | |
tree | bdfe505b29985bf5fdbbec72bf1a9cd5e4856419 /Doc/whatsnew/3.7.rst | |
parent | 52698c7ad9eae9feb35839fde17a7d1da8036a9b (diff) | |
download | cpython-8f4042964d5b0ddf5cdf87862db962ba64e3f64a.zip cpython-8f4042964d5b0ddf5cdf87862db962ba64e3f64a.tar.gz cpython-8f4042964d5b0ddf5cdf87862db962ba64e3f64a.tar.bz2 |
bpo-33792: Add selector and proactor windows policies (GH-7487)
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 3fe909e..9a6f542 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -733,6 +733,10 @@ include: * Exceptions occurring in cancelled tasks are no longer logged. (Contributed by Yury Selivanov in :issue:`30508`.) +* New ``WindowsSelectorEventLoopPolicy`` and + ``WindowsProactorEventLoopPolicy`` classes. + (Contributed by Yury Selivanov in :issue:`33792`.) + Several ``asyncio`` APIs have been :ref:`deprecated <whatsnew37-asyncio-deprecated>`. |