]> granicus.if.org Git - python/commit
Issue #14222: Use the new time.steady() function instead of time.time() for
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Mar 2012 00:22:16 +0000 (01:22 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Mar 2012 00:22:16 +0000 (01:22 +0100)
commit3d7c878fe370e59b142bac9bc32c67b4ac9d949e
treee987b46bdd66b5b8dd7d1b59da4c46d782131676
parent071eca3f5c55f127f754bd5575123ec94d8c3eaa
Issue #14222: Use the new time.steady() function instead of time.time() for
timeout in queue and threading modules to not be affected of system time
update.
Lib/queue.py
Lib/threading.py
Misc/NEWS