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.

作者 mbussonn
收信人 mbussonn
日期 2019-05-12.21:21:34
SpamBayes Score -1.0
Marked as misclassified
Message-id <1557696094.54.0.878450659131.issue36895@roundup.psfhosted.org>
In-reply-to
内容
Deprecation message in `timemodule.c` says:

> "time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead"

Should be bumped to 3.9 – or time.clock should be removed.

Deprecation was added by Victor Stinner.
历史
日期 用户 动作 参数
2019-05-12 21:21:34mbussonn修改recipients: + mbussonn
2019-05-12 21:21:34mbussonn修改messageid: <1557696094.54.0.878450659131.issue36895@roundup.psfhosted.org>
2019-05-12 21:21:34mbussonn链接issue36895 messages
2019-05-12 21:21:34mbussonn创建