[New-bugs-announce] [issue2063] os.times() utime and stime exchanged on windows

Kuang-che Wu report at bugs.python.org
Mon Feb 11 08:41:37 CET 2008


New submission from Kuang-che Wu:

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.

----------
components: Extension Modules, Windows
files: diff-win-os-times.txt
messages: 62274
nosy: kcwu
severity: normal
status: open
title: os.times() utime and stime exchanged on windows
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0
Added file: http://bugs.python.org/file9406/diff-win-os-times.txt

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2063>
__________________________________


More information about the New-bugs-announce mailing list