aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/unreleased/301.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased/301.rst')
-rw-r--r--doc/build/unreleased/301.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/unreleased/301.rst b/doc/build/unreleased/301.rst
new file mode 100644
index 0000000..7e9f1d2
--- /dev/null
+++ b/doc/build/unreleased/301.rst
@@ -0,0 +1,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.
+