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 38da805 commit 3ccdbc3Copy full SHA for 3ccdbc3
Doc/library/os.rst
@@ -3879,7 +3879,9 @@ written in Python, such as a mail server's external command delivery program.
3879
:attr:`children_system`, and :attr:`elapsed` in that order.
3880
3881
See the Unix manual page
3882
- :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
3883
+ <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3884
+ _ on Windows.
3885
On Windows, only :attr:`user` and :attr:`system` are known; the other
3886
attributes are zero.
3887
0 commit comments