[issue40975] contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods

2020-06-14 Thread Naglis Jonaitis
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/issu

[issue40975] contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods

2020-06-14 Thread Naglis Jonaitis
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

[issue40537] Typo in Doc/library/sqlite3.rst

2020-05-06 Thread Naglis Jonaitis
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/i

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread Naglis
Change by Naglis : -- keywords: +patch pull_requests: +10119 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35395> ___ ___ Python-

[issue35395] Typo in asyncio eventloop documentation

2018-12-03 Thread Naglis
New submission from Naglis : loop.add_writer and loop.add_signal_handler have *callback* in their signatures, but in their documentation regarding functools.partial usage the function is referred to as *func*. -- assignee: docs@python components: Documentation messages: 330989 nosy