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.

作者 benhoyt
收信人 belopolsky, benhoyt, fdrake, lemburg, vstinner
日期 2017-10-17.13:26:35
SpamBayes Score -1.0
Marked as misclassified
Message-id <1508246795.28.0.213398074469.issue31803@psf.upfronthosting.co.za>
In-reply-to
内容
I don't think this is a good idea. I still use time.clock() out of habit (on Windows), and from the PR it's clear that the standard library and tests do too. I wouldn't be at all surprised to find others do as well.

I realize it's been deprecated since 3.3, but without a DeprecatingWarning, that's easy to miss. What about adding a DeprecatingWarning for 3.7 and deprecate it later, maybe in 3.9? (I know that's a long time, but time.clock() is an old function so we should be cautious!)
历史
日期 用户 动作 参数
2017-10-17 13:26:35benhoyt修改recipients: + benhoyt, lemburg, fdrake, belopolsky, vstinner
2017-10-17 13:26:35benhoyt修改messageid: <1508246795.28.0.213398074469.issue31803@psf.upfronthosting.co.za>
2017-10-17 13:26:35benhoyt链接issue31803 messages
2017-10-17 13:26:35benhoyt创建