[New-bugs-announce] [issue38460] 3.8 Release Notes: document asyncio exception changes

Sebastian Rittau report at bugs.python.org
Sun Oct 13 08:20:54 EDT 2019


New submission from Sebastian Rittau <srittau at rittau.biz>:

In Python 3.8 asyncio exceptions were consolidated into the new module "asyncio.exceptions". Previously they were spread out over several modules. While the documentation always mandated to import the exceptions from top-level "asyncio", code that incorrectly imported directly from the submodules will break.

----------
assignee: docs at python
components: Documentation
messages: 354577
nosy: docs at python, srittau
priority: normal
severity: normal
status: open
title: 3.8 Release Notes: document asyncio exception changes
versions: Python 3.8

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


More information about the New-bugs-announce mailing list