This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chenyoo Hao
Recipients Chenyoo Hao, docs@python
Date 2020-02-09.17:30:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581269430.53.0.74728045521.issue39594@roundup.psfhosted.org>
In-reply-to
Content
1.Formatting error due to an extra space (After the MSDN link).
2.There are extra words.

Original:

See the Unix manual page :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>` _ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.

After modification:

See the manual page :manpage:`times(2)` and :manpage:`times(3)` on Unix or the `GetProcessTimes MSDN <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.
History
Date User Action Args
2020-02-09 17:30:30Chenyoo Haosetrecipients: + Chenyoo Hao, docs@python
2020-02-09 17:30:30Chenyoo Haosetmessageid: <1581269430.53.0.74728045521.issue39594@roundup.psfhosted.org>
2020-02-09 17:30:30Chenyoo Haolinkissue39594 messages
2020-02-09 17:30:30Chenyoo Haocreate