This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srittau
Recipients docs@python, srittau
Date 2019-10-13.12:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570969254.43.0.827620904639.issue38460@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-13 12:20:54srittausetrecipients: + srittau, docs@python
2019-10-13 12:20:54srittausetmessageid: <1570969254.43.0.827620904639.issue38460@roundup.psfhosted.org>
2019-10-13 12:20:54srittaulinkissue38460 messages
2019-10-13 12:20:54srittaucreate