Skip to content

Commit

Permalink
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (py…
Browse files Browse the repository at this point in the history
…thonGH-15479)

(cherry picked from commit 3ccdbc3)

Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
  • Loading branch information
nanjekyejoannah authored and miss-islington committed Sep 7, 2019
1 parent 084ba33 commit 546d7ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 546d7ec

Please sign in to comment.