diff options
Diffstat (limited to 'Doc')
-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 3fe909ee97..9a6f542ec4 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>`. |