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 jstasiak
Recipients ezio.melotti, jstasiak, pitrou, r.david.murray, serhiy.storchaka, tim.peters
Date 2013-09-08.19:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378669690.56.0.399778915455.issue18975@psf.upfronthosting.co.za>
In-reply-to
Content
To me the point of this patch is adding number of loops per second information - using thousands separators was just an addition which I'm happy to drop.

Please find attached 2 patches:
- one containing actual changes - loops per second added, fractional part is printed when the number is less than 100, space is used as thousands separator; old part of the message is not affected
- one containing PEP8 reformatting

So:

    10000 loops, best of 3: 34.6 usec per loop (28 870 loops/s)
History
Date User Action Args
2013-09-08 19:48:10jstasiaksetrecipients: + jstasiak, tim.peters, pitrou, ezio.melotti, r.david.murray, serhiy.storchaka
2013-09-08 19:48:10jstasiaksetmessageid: <1378669690.56.0.399778915455.issue18975@psf.upfronthosting.co.za>
2013-09-08 19:48:10jstasiaklinkissue18975 messages
2013-09-08 19:48:10jstasiakcreate