Commit 3ccdbc33 authored by Joannah Nanjekye's avatar Joannah Nanjekye Committed by Serhiy Storchaka

bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)

parent 38da805d
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment