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 cheryl.sabella
Recipients cheryl.sabella, ezio.melotti, jstasiak, pitrou, r.david.murray, serhiy.storchaka, tim.peters
Date 2017-08-27.13:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503841569.65.0.241991893368.issue18975@psf.upfronthosting.co.za>
In-reply-to
Content
Reviewing this patch, it appears that the PEP8 changes to timeit.py are already in the source and the discussion of the thousands separator is no longer an issue with the underscore changes in 3.6 (meaning underscore now seems the way to separate digits in large numbers, although it seems the vote was to remove all separators from timeit anyway).

That would leave the `loops per second` request the only one still needed from this patch.  But, with the subsequent change of selecting the time unit in timeit, perhaps this patch would need to be modified to print 'loops per {timeunit}'?
History
Date User Action Args
2017-08-27 13:46:09cheryl.sabellasetrecipients: + cheryl.sabella, tim.peters, pitrou, ezio.melotti, r.david.murray, serhiy.storchaka, jstasiak
2017-08-27 13:46:09cheryl.sabellasetmessageid: <1503841569.65.0.241991893368.issue18975@psf.upfronthosting.co.za>
2017-08-27 13:46:09cheryl.sabellalinkissue18975 messages
2017-08-27 13:46:09cheryl.sabellacreate