Skip to content

Commit a6eac83

Browse files
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
(cherry picked from commit 3ccdbc3) Co-authored-by: Joannah Nanjekye <[email protected]>
1 parent 084ba33 commit a6eac83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/os.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3602,7 +3602,9 @@ written in Python, such as a mail server's external command delivery program.
36023602
:attr:`children_system`, and :attr:`elapsed` in that order.
36033603

36043604
See the Unix manual page
3605-
:manpage:`times(2)` or the corresponding Windows Platform API documentation.
3605+
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN
3606+
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3607+
_ on Windows.
36063608
On Windows, only :attr:`user` and :attr:`system` are known; the other
36073609
attributes are zero.
36083610

0 commit comments

Comments
 (0)