commit | 949d8c986ec8792fbe63d8bd2bb5332406c5af9a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed May 30 13:30:32 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed May 30 13:30:32 2012 +0200 |
tree | 192ad8ee5138f23b37b295272c245f568bf0d9b8 | |
parent | 5e92a1ef5a906cd34f122cf0ee54e0303ae07a5f [diff] [blame] |
Close #14690: Use monotonic clock instead of system clock in the sched, subprocess and trace modules.
diff --git a/Misc/NEWS b/Misc/NEWS index 6341af5..ada9ace 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Library ------- +- Issue #14690: Use monotonic clock instead of system clock in the sched, + subprocess and trace modules. + - Issue #14958: Change IDLE systax highlighting to recognize all string and byte literals supported in Python 3.3.