[issue39594] Typo in documentation for os.times

New submission from Chenyoo Hao <solitaire2312@gmail.com>: 1.Formatting error due to an extra space (After the MSDN link). 2.There are extra words. Original: See the Unix manual page :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>` _ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero. After modification: See the manual page :manpage:`times(2)` and :manpage:`times(3)` on Unix or the `GetProcessTimes MSDN <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero. ---------- assignee: docs@python components: Documentation messages: 361659 nosy: Chenyoo Hao, docs@python priority: normal severity: normal status: open title: Typo in documentation for os.times type: enhancement versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

Roger Hurwitz <rogerhurwitz@gmail.com> added the comment: Reviewing this as part of the CPython sprint at PyCascades. ---------- nosy: +rogerhurwitz _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

Change by Roger Hurwitz <rogerhurwitz@gmail.com>: ---------- keywords: +patch pull_requests: +17817 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18443 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

Mariatta <mariatta@python.org> added the comment: Thanks! ---------- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 37c55b2b49a3acb7c56c9f6a5062bc6e4e35bc1c by Roger Hurwitz in branch 'master': bpo-39594: Fix typo in os.times documentation (GH-18443) https://github.com/python/cpython/commit/37c55b2b49a3acb7c56c9f6a5062bc6e4e3... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +17818 pull_request: https://github.com/python/cpython/pull/18444 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +17821 pull_request: https://github.com/python/cpython/pull/18447 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset a12effde34e7cf7ced767ca232cc2ed95e62cd46 by Miss Islington (bot) in branch '3.7': bpo-39594: Fix typo in os.times documentation (GH-18443) https://github.com/python/cpython/commit/a12effde34e7cf7ced767ca232cc2ed95e6... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 4d4301782cbc789eedc5b76741d1028df579cfa5 by Miss Islington (bot) in branch '3.8': bpo-39594: Fix typo in os.times documentation (GH-18443) https://github.com/python/cpython/commit/4d4301782cbc789eedc5b76741d1028df57... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39594> _______________________________________
participants (4)
-
Chenyoo Hao
-
Mariatta
-
miss-islington
-
Roger Hurwitz