summaryrefslogtreecommitdiff
blob: 37952adc8f1a92f9f5c319d8fc8b3beda9cd66bf (plain)
1
2
3
Remove ``-c/--clock`` and ``-t/--time`` CLI options of :mod:`timeit`.
The options had been deprecated since Python 3.3 and the functionality
was removed in Python 3.7. Patch by Shantanu Jain.