commit | b94b266cfc94491eef206c082ff210d147016cbc | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jan 18 01:50:21 2012 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jan 18 01:50:21 2012 +0100 |
tree | 93e1d696fd477d16d4360a14718d4676345710d0 | |
parent | 25d1bdc4074a93f268e40be1a8e49f003c3cbe57 [diff] [blame] |
Close #10278: Add time.wallclock() function, monotonic clock.
diff --git a/Misc/NEWS b/Misc/NEWS index 246b3c1..7894515 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -447,6 +447,8 @@ Library ------- +- Issue #10278: Add time.wallclock() function, monotonic clock. + - Issue #13809: Fix regression where bz2 module wouldn't work when threads are disabled. Original patch by Amaury Forgeot d'Arc.