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 orsenthil
Recipients eswar.s, orsenthil
Date 2010-10-10.06:49:33
SpamBayes Score 0.0434667
Marked as misclassified No
Message-id <1286693376.04.0.564546864198.issue10061@psf.upfronthosting.co.za>
In-reply-to
Content
It's to do with operator precedence.
** takes higher precedence than negative.

http://docs.python.org/reference/expressions.html#Summary


(-5) ** 4 will give what you are looking for.
History
Date User Action Args
2010-10-10 06:49:36orsenthilsetrecipients: + orsenthil, eswar.s
2010-10-10 06:49:36orsenthilsetmessageid: <1286693376.04.0.564546864198.issue10061@psf.upfronthosting.co.za>
2010-10-10 06:49:33orsenthillinkissue10061 messages
2010-10-10 06:49:33orsenthilcreate