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.

作者 kristjan.jonsson
收信人 belopolsky, eric.araujo, kristjan.jonsson, michael.foord, pitrou
日期 2010-11-02.00:05:32
SpamBayes Score 8.419699e-05
Marked as misclassified
Message-id <1288656333.86.0.348093042163.issue10278@psf.upfronthosting.co.za>
In-reply-to
内容
Certainly.
I was going to put this simple code in time.py when I realized that time was a C module.

The main point, as Antoine points out, is that time.clock() means two seriously different things on the two main platforms, and time.clock() is potentially inadequate on one of them.

I put in the patch since it was quick to do, but I'll provoke a discussion on python-ideas for now.
历史
日期 用户 动作 参数
2010-11-02 00:05:33kristjan.jonsson修改recipients: + kristjan.jonsson, belopolsky, pitrou, eric.araujo, michael.foord
2010-11-02 00:05:33kristjan.jonsson修改messageid: <1288656333.86.0.348093042163.issue10278@psf.upfronthosting.co.za>
2010-11-02 00:05:32kristjan.jonsson链接issue10278 messages
2010-11-02 00:05:32kristjan.jonsson创建