[issue39594] Typo in documentation for os.times

2020-02-10 Thread miss-islington
miss-islington 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/4d4301782cbc789eedc5b76741d1028df579cfa5 -- __

[issue39594] Typo in documentation for os.times

2020-02-10 Thread miss-islington
miss-islington 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/a12effde34e7cf7ced767ca232cc2ed95e62cd46 -- __

[issue39594] Typo in documentation for os.times

2020-02-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +17821 pull_request: https://github.com/python/cpython/pull/18447 ___ Python tracker ___ __

[issue39594] Typo in documentation for os.times

2020-02-10 Thread Mariatta
Mariatta added the comment: Thanks! -- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39594] Typo in documentation for os.times

2020-02-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +17818 pull_request: https://github.com/python/cpython/pull/18444 ___ Python tracker ___ __

[issue39594] Typo in documentation for os.times

2020-02-10 Thread miss-islington
miss-islington 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/37c55b2b49a3acb7c56c9f6a5062bc6e4e35bc1c -- nosy: +miss-isl

[issue39594] Typo in documentation for os.times

2020-02-10 Thread Roger Hurwitz
Change by Roger Hurwitz : -- keywords: +patch pull_requests: +17817 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18443 ___ Python tracker ___ __

[issue39594] Typo in documentation for os.times

2020-02-10 Thread Roger Hurwitz
Roger Hurwitz added the comment: Reviewing this as part of the CPython sprint at PyCascades. -- nosy: +rogerhurwitz ___ Python tracker ___

[issue39594] Typo in documentation for os.times

2020-02-09 Thread Chenyoo Hao
New submission from Chenyoo Hao : 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