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 vstinner
Recipients brett.cannon, fijall, lemburg, ned.deily, pitrou, python-dev, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-10-18.16:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476806744.98.0.73628737143.issue28240@psf.upfronthosting.co.za>
In-reply-to
Content
Steven D'Aprano:
>> * Display large number of loops as power of 10 for readability, ex: 
>> "10^6" instead of "1000000". Also accept "10^6" syntax for the --num 
>> parameter.
>
> Shouldn't we use 10**6 or 1e6 rather than bitwise XOR? :-)

Hum, with "10**6" syntax, I see a risk of typo: "10*6" instead of "10**6".

I don't know if the x^y syntax is common or not, but I like it. LaTeX uses it for example.
History
Date User Action Args
2016-10-18 16:05:45vstinnersetrecipients: + vstinner, lemburg, tim.peters, brett.cannon, rhettinger, pitrou, ned.deily, steven.daprano, fijall, python-dev, serhiy.storchaka
2016-10-18 16:05:44vstinnersetmessageid: <1476806744.98.0.73628737143.issue28240@psf.upfronthosting.co.za>
2016-10-18 16:05:44vstinnerlinkissue28240 messages
2016-10-18 16:05:44vstinnercreate