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 kcwu
Recipients kcwu
Date 2008-02-11.07:41:34
SpamBayes Score 0.0049862815
Marked as misclassified No
Message-id <1202715697.45.0.686523581746.issue2063@psf.upfronthosting.co.za>
In-reply-to
Content
According to document, os.times()[0] is process user time, [1] is system
time. However this two value was implemented exchanged on windows.

Python all versions have this issue. Attached patch is for trunk.
History
Date User Action Args
2008-02-11 07:41:37kcwusetspambayes_score: 0.00498628 -> 0.0049862815
recipients: + kcwu
2008-02-11 07:41:37kcwusetspambayes_score: 0.00498628 -> 0.00498628
messageid: <1202715697.45.0.686523581746.issue2063@psf.upfronthosting.co.za>
2008-02-11 07:41:36kcwulinkissue2063 messages
2008-02-11 07:41:35kcwucreate