]> granicus.if.org Git - python/commit
Replace deprecated time.clock() with time.time(). Fixes issue #20475.
authorGuido van Rossum <guido@python.org>
Wed, 4 Jun 2014 18:45:05 +0000 (11:45 -0700)
committerGuido van Rossum <guido@python.org>
Wed, 4 Jun 2014 18:45:05 +0000 (11:45 -0700)
commit2aebd4a816cb0439dc06ee6449c9a06a8931cd3f
tree5610e6f96fb0db9d5798943dda8be25abf6c2f61
parent9661efe6a7fb8f1f910e6fe6f0f363d43112c5e5
Replace deprecated time.clock() with time.time(). Fixes issue #20475.
Lib/test/pystone.py