[issue41959] Doc/library/asyncio-policy.rst grammar error
New submission from Raúl Cumplido <raulcumplido@gmail.com>: The Doc/library/asyncio-policy.rst file contains the following: ``` This implementation registers a :py:data:`SIGCHLD` signal handler on instantiation. That can break third-party code that installs a custom handler for `SIGCHLD`. signal). ``` The latest . and ) are incorrect. ---------- assignee: docs@python components: Documentation messages: 378124 nosy: docs@python, raulcd priority: normal severity: normal status: open title: Doc/library/asyncio-policy.rst grammar error type: enhancement versions: Python 3.10, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
Change by Raúl Cumplido <raulcumplido@gmail.com>: ---------- keywords: +patch pull_requests: +21575 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22580 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset caff2934f46510920a6169e192707d59e9c55f6b by Raúl Cumplido in branch 'master': bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) https://github.com/python/cpython/commit/caff2934f46510920a6169e192707d59e9c... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +21807 pull_request: https://github.com/python/cpython/pull/22865 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +21808 pull_request: https://github.com/python/cpython/pull/22866 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset ba666747af83aa465ffa8b55efbbb7f992647e12 by Miss Skeleton (bot) in branch '3.8': [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866) https://github.com/python/cpython/commit/ba666747af83aa465ffa8b55efbbb7f9926... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
Andrew Svetlov <andrew.svetlov@gmail.com> added the comment: New changeset c3442fd8a7f6e34ba888efea085c3701b75c0b71 by Miss Skeleton (bot) in branch '3.9': bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (#22865) https://github.com/python/cpython/commit/c3442fd8a7f6e34ba888efea085c3701b75... ---------- nosy: +asvetlov _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
Change by Andrew Svetlov <andrew.svetlov@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41959> _______________________________________
participants (3)
-
Andrew Svetlov
-
miss-islington
-
Raúl Cumplido