]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Sep 2019 07:16:27 +0000 (00:16 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Sep 2019 07:16:27 +0000 (00:16 -0700)
(cherry picked from commit 3ccdbc33385a849c60a268def578cb06b8d41be6)

Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Doc/library/os.rst

index 5572b62420fe64c8ce83ca90d8c12d8858864b33..1556422a1704331acb63adce33d45c9c26cb3128 100644 (file)
@@ -3602,7 +3602,9 @@ written in Python, such as a mail server's external command delivery program.
    :attr:`children_system`, and :attr:`elapsed` in that order.
 
    See the Unix manual page
-   :manpage:`times(2)` or the corresponding Windows Platform API documentation.
+   :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.