Skip to content

Commit cc51a6d

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 4009a85 commit cc51a6d

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
@@ -3879,7 +3879,9 @@ written in Python, such as a mail server's external command delivery program.
38793879
:attr:`children_system`, and :attr:`elapsed` in that order.
38803880

38813881
See the Unix manual page
3882-
:manpage:`times(2)` or the corresponding Windows Platform API documentation.
3882+
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN
3883+
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3884+
_ on Windows.
38833885
On Windows, only :attr:`user` and :attr:`system` are known; the other
38843886
attributes are zero.
38853887

0 commit comments

Comments
 (0)