Message316145
| 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:14 | Travis DePrato | set | recipients: + Travis DePrato, ezio.melotti, eric.araujo, docs@python, willingc |
| 2018-05-03 23:33:14 | Travis DePrato | set | messageid: <1525390394.87.0.682650639539.issue33421@psf.upfronthosting.co.za> |
| 2018-05-03 23:33:14 | Travis DePrato | link | issue33421 messages |
| 2018-05-03 23:33:14 | Travis DePrato | create | |