[New-bugs-announce] [issue33421] Missing documentation for typing.AsyncContextManager

Travis DePrato report at bugs.python.org
Thu May 3 19:33:14 EDT 2018


New submission from Travis DePrato <travigd at umich.edu>:

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.

----------
assignee: docs at python
components: Documentation
messages: 316145
nosy: Travis DePrato, docs at python, eric.araujo, ezio.melotti, willingc
priority: normal
severity: normal
status: open
title: Missing documentation for typing.AsyncContextManager
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list