[New-bugs-announce] [issue37651] Change of inheritance of asyncio.CancelledError needs documentation

Gary van der Merwe report at bugs.python.org
Mon Jul 22 09:36:22 EDT 2019


New submission from Gary van der Merwe <garyvdm at gmail.com>:

asyncio.CancelledError inheritance was changed in 3.8. 

https://bugs.python.org/issue32528
https://github.com/python/cpython/commit/431b540bf79f0982559b1b0e420b1b085f667bb7

The documentation still instructs the user to perform a pattern needed before this change. The documentation should probably change to inform them of the change, and to let them know that pattern is only necessary prior to 3.8.

----------
assignee: docs at python
components: Documentation
messages: 348297
nosy: docs at python, garyvdm
priority: normal
severity: normal
status: open
title: Change of inheritance of asyncio.CancelledError needs documentation
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37651>
_______________________________________


More information about the New-bugs-announce mailing list