This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients brett.cannon, fijall, lemburg, ned.deily, pitrou, python-dev, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-10-18.15:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161018155931.12089.58981.D2081694@psf.io>
In-reply-to
Content
New changeset 4d611957732b by Victor Stinner in branch 'default':
timeit: enhance format of raw timings (in verbose mode)
https://hg.python.org/cpython/rev/4d611957732b

New changeset c3a93069111d by Victor Stinner in branch 'default':
timeit: add nsec (nanosecond) unit for format timings
https://hg.python.org/cpython/rev/c3a93069111d

New changeset 40e97c9dae7a by Victor Stinner in branch 'default':
timeit: add newlines to output for readability
https://hg.python.org/cpython/rev/40e97c9dae7a
History
Date User Action Args
2016-10-18 15:59:38python-devsetrecipients: + python-dev, lemburg, tim.peters, brett.cannon, rhettinger, pitrou, vstinner, ned.deily, steven.daprano, fijall, serhiy.storchaka
2016-10-18 15:59:37python-devlinkissue28240 messages
2016-10-18 15:59:37python-devcreate