We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ba33 commit a6eac83Copy full SHA for a6eac83
Doc/library/os.rst
@@ -3602,7 +3602,9 @@ written in Python, such as a mail server's external command delivery program.
3602
:attr:`children_system`, and :attr:`elapsed` in that order.
3603
3604
See the Unix manual page
3605
- :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
3606
+ <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3607
+ _ on Windows.
3608
On Windows, only :attr:`user` and :attr:`system` are known; the other
3609
attributes are zero.
3610
0 commit comments