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.

作者 belopolsky
收信人 belopolsky, eric.araujo, kristjan.jonsson, michael.foord, pitrou
日期 2010-11-01.17:55:42
SpamBayes Score 1.3411866e-10
Marked as misclassified
Message-id <AANLkTi=Oauu2q1z5dYembm+ARz_y3ifdYLxODq_D9F_b@mail.gmail.com>
In-reply-to <1288633398.27.0.455727731436.issue10278@psf.upfronthosting.co.za>
内容
On Mon, Nov 1, 2010 at 1:43 PM, Antoine Pitrou <report@bugs.python.org> wrote:
..
> Well, the problem is that the "appropriate test" is not easy to guess a priori, so it would
> be useful for the stdlib to provide the right tool for the job.

This sounds like an argument against this feature, not for it.  If it
is hard for the application code to implement an appropriate test "a
priori", what is the chance to get it right in stdlib?

> As for where it should live, I have no strong opinion, but it's true that the time module looks appropriate.

Having time.time and time.clock is already confusing enough.  Having
the third function which is either the first or the second depending
on some unspecified criterion does not strike me as a clean design.
历史
日期 用户 动作 参数
2010-11-01 17:55:44belopolsky修改recipients: + belopolsky, pitrou, kristjan.jonsson, eric.araujo, michael.foord
2010-11-01 17:55:42belopolsky链接issue10278 messages
2010-11-01 17:55:42belopolsky创建