[issue40537] Typo in Doc/library/sqlite3.rst
Change by Naglis Jonaitis : -- keywords: +patch nosy: +naglis nosy_count: 2.0 -> 3.0 pull_requests: +19284 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19965 ___ Python tracker <https://bugs.python.org/issue40537> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40975] contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods
New submission from Naglis Jonaitis : enter_async_context[1] and aclose[2] are coroutine methods. 1: https://github.com/python/cpython/blob/8f04a84755babe516ebb5304904ea7c15b865c80/Lib/contextlib.py#L548 2: https://github.com/python/cpython/blob/8f04a84755babe516ebb5304904ea7c15b865c80/Lib/contextlib.py#L591 -- assignee: docs@python components: Documentation messages: 371503 nosy: docs@python, naglis priority: normal severity: normal status: open title: contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue40975> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40975] contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods
Change by Naglis Jonaitis : -- keywords: +patch pull_requests: +20059 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20870 ___ Python tracker <https://bugs.python.org/issue40975> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com