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 Travis DePrato
Recipients Travis DePrato, docs@python, eric.araujo, ezio.melotti, willingc
Date 2018-05-03.23:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525390394.87.0.682650639539.issue33421@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for the typing module makes no mention of AsyncContextManager, which is defined in Lib/typing.py as

    AsyncContextManager = _alias(contextlib.AbstractAsyncContextManager, T_co)

as of >= Python 3.8; before 3.8, no such AbstractAsyncContextManager class exists.
History
Date User Action Args
2018-05-03 23:33:14Travis DePratosetrecipients: + Travis DePrato, ezio.melotti, eric.araujo, docs@python, willingc
2018-05-03 23:33:14Travis DePratosetmessageid: <1525390394.87.0.682650639539.issue33421@psf.upfronthosting.co.za>
2018-05-03 23:33:14Travis DePratolinkissue33421 messages
2018-05-03 23:33:14Travis DePratocreate