Message156960
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2012-03-28.01:11:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1332897091.91.0.591449917803.issue14428@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached patch implements the PEP 418: add time.monotonic() and time.hires(). In practice, it replaces time.steady() by time.hires() and time.steady(strict=True) by time.monotonic(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-28 01:11:31 | vstinner | set | recipients: + vstinner |
| 2012-03-28 01:11:31 | vstinner | set | messageid: <1332897091.91.0.591449917803.issue14428@psf.upfronthosting.co.za> |
| 2012-03-28 01:11:31 | vstinner | link | issue14428 messages |
| 2012-03-28 01:11:30 | vstinner | create | |