Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822922a commit e634da2Copy full SHA for e634da2
1 file changed
Doc/whatsnew/3.8.rst
@@ -1659,6 +1659,10 @@ Changes in the Python API
1659
environment variable and does not use :envvar:`HOME`, which is not normally
1660
set for regular user accounts.
1661
1662
+* The Exception :class:`asyncio.CancelledError` now inherits from
1663
+ :class:`BaseException` rather than a :class:`Exception`.
1664
+ (Contributed by Yury Selivanov in :issue:`13528`.)
1665
+
1666
.. _bpo-36085-whatsnew:
1667
1668
* DLL dependencies for extension modules and DLLs loaded with :mod:`ctypes` on
0 commit comments