消息 [200715]
> ... for two calls to time.time() to give the exact same outcome
sched now uses time.monotonic() since Python 3.3. In Python 2.7, there is no default timer, but I get that users pick time.time(). (Oh, sched has no unit test in Python 2.7.) |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-10-21 08:19:45 | vstinner | 修改 | recipients:
+ vstinner, rhettinger, pitrou, giampaolo.rodola, serhiy.storchaka |
| 2013-10-21 08:19:45 | vstinner | 修改 | messageid: <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za> |
| 2013-10-21 08:19:45 | vstinner | 链接 | issue19270 messages |
| 2013-10-21 08:19:45 | vstinner | 创建 | |
|