]> granicus.if.org Git - python/commitdiff
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Sat, 7 Sep 2019 07:05:29 +0000 (04:05 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Sep 2019 07:05:29 +0000 (10:05 +0300)
Doc/library/os.rst

index 6cbfb74328415740b0ab142d3533eacf9d0e9858..67fe36b54e2f8781bb1ebdf0faa64f16d38a429e 100644 (file)
@@ -3879,7 +3879,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.