diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 4cab2f7..9bf028d 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -1659,6 +1659,10 @@ Changes in the Python API environment variable and does not use :envvar:`HOME`, which is not normally set for regular user accounts. +* The Exception :class:`asyncio.CancelledError` now inherits from + :class:`BaseException` rather than a :class:`Exception`. + (Contributed by Yury Selivanov in :issue:`13528`.) + .. _bpo-36085-whatsnew: * DLL dependencies for extension modules and DLLs loaded with :mod:`ctypes` on |