aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/unreleased/301.rst
blob: 7e9f1d2207b28ca318bb341410e19e101c52a5ec (plain)
1
2
3
4
5
6
7
8
.. change::
    :tags: bug, py3k, windows
    :tickets: 301

    Replaced usage of time.clock() on windows as well as time.time() elsewhere
    for microsecond timestamps with timeit.default_timer(), as time.clock() is
    being removed in Python 3.8.   Pull request courtesy Christoph Reiter.