]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
timeit: remove --clock and --time options
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Oct 2016 15:18:21 +0000 (17:18 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Oct 2016 15:18:21 +0000 (17:18 +0200)
commit3d7feb9ac2662cd6854ad34a1705e4035e2b385f
treec100ff4d4e7460192cac777cfe23d00fe33ff425
parent1b90115304bb77a0dff16c463e2015a1645ab320
timeit: remove --clock and --time options

Issue #28240: timeit: remove -c/--clock and -t/--time command line options
which were deprecated since Python 3.3.
Doc/library/timeit.rst
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS