From 6b267acf72baebd911a3432ebb1db1a3e4e018cb Mon Sep 17 00:00:00 2001 From: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> Date: Sat, 7 Sep 2019 04:05:29 -0300 Subject: [PATCH] bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) --- Doc/library/os.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6cbfb743284157..67fe36b54e2f87 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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 + ` + _ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.