[issue6752] -1**2=-1

2009-08-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This very example is in the documentation: http://docs.python.org/reference/expressions.html#the-power-operator -- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed ___ Python tracker

[issue6752] -1**2=-1

2009-08-21 Thread rahul
rahul added the comment: >>>-1**2 >>>-1 ??? what is reason for this -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue6752] -1**2=-1

2009-08-21 Thread rahul
New submission from rahul : what is the reason for this -- components: 2to3 (2.x to 3.0 conversion tool) messages: 91809 nosy: rahul1618 severity: normal status: open title: -1**2=-1 type: compile error versions: Python 2.5 ___ Python tracker