commit | a8ec5ea923c86415835ddecae795071804dca69d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 13 00:25:42 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 13 00:25:42 2012 +0100 |
tree | c22774acfa0c7f4036b94fec410e67d492c7bbf0 | |
parent | cad1a07becec983d35c440c63150a1e73cacd7c7 [diff] [blame] |
Issue #14104: Implement time.monotonic() on Mac OS X, patch written by Nicholas Riley.
diff --git a/Misc/NEWS b/Misc/NEWS index 5cf2e7e..3fe824f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Library ------- +- Issue #14104: Implement time.monotonic() on Mac OS X, patch written by + Nicholas Riley. + - Issue #13394: the aifc module now uses warnings.warn() to signal warnings. - Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under