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 r.david.murray
Recipients bhaskar, r.david.murray
Date 2015-06-29.10:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435575213.92.0.761391798521.issue24526@psf.upfronthosting.co.za>
In-reply-to
Content
This bit of python's precedence rules often catches people by surprise.  ** binds tighter than -, so what python is evaluating is -(1**10).
History
Date User Action Args
2015-06-29 10:53:33r.david.murraysetrecipients: + r.david.murray, bhaskar
2015-06-29 10:53:33r.david.murraysetmessageid: <1435575213.92.0.761391798521.issue24526@psf.upfronthosting.co.za>
2015-06-29 10:53:33r.david.murraylinkissue24526 messages
2015-06-29 10:53:33r.david.murraycreate