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 amaury.forgeotdarc, eric.araujo, ncoghlan, pitrou, planet36, rhettinger, vstinner
Date 2011-05-09.16:09:03
SpamBayes Score 0.006284546
Marked as misclassified No
Message-id <1304957344.25.0.858375912343.issue12015@psf.upfronthosting.co.za>
In-reply-to
Content
If you would like more entry, use a longer filename:

>>> (26+10+1) ** 6 > (26+26+10+1) ** 6
False
>>> (26+10+1) ** 7 > (26+26+10+1) ** 6
True
History
Date User Action Args
2011-05-09 16:09:04vstinnersetrecipients: + vstinner, rhettinger, amaury.forgeotdarc, ncoghlan, pitrou, eric.araujo, planet36
2011-05-09 16:09:04vstinnersetmessageid: <1304957344.25.0.858375912343.issue12015@psf.upfronthosting.co.za>
2011-05-09 16:09:03vstinnerlinkissue12015 messages
2011-05-09 16:09:03vstinnercreate