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 pitrou
Recipients ezio.melotti, jstasiak, pitrou, tim.peters
Date 2013-09-08.17:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378659781.52.0.4604625704.issue18975@psf.upfronthosting.co.za>
In-reply-to
Content
> I personally dislike the "," as thousands separator, and if a
> separator is added at all I would prefer a space as defined in the SI 
> standard[0].

Then you really want a non-breaking space ;-)

(as a French person who's used to commas as decimal points, count me in the "commas as thousands separators are confusing" camp ;-))

> * whether it should always include the fractional part (in this
> example it doesn't make any sense)

Indeed, it probably doesn't make sense unless the number is < 100.
I would also put that information inside parentheses, as it is redundant with the per-loop timing.

> * maybe it should say "loops/s" rather than just "/s"

Yeah.
History
Date User Action Args
2013-09-08 17:03:01pitrousetrecipients: + pitrou, tim.peters, ezio.melotti, jstasiak
2013-09-08 17:03:01pitrousetmessageid: <1378659781.52.0.4604625704.issue18975@psf.upfronthosting.co.za>
2013-09-08 17:03:01pitroulinkissue18975 messages
2013-09-08 17:03:01pitroucreate