[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-23 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: This is now fixed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +6522 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-14 Thread Travis DePrato
Change by Travis DePrato : -- pull_requests: +6507 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-14 Thread Travis DePrato
Change by Travis DePrato : -- pull_requests: +6508 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-14 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6392 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue33421] Missing documentation for typing.AsyncContextManager

2018-05-03 Thread Travis DePrato
New submission from Travis DePrato : 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 AbstractAsyncContex