MagnetoHydroDynamics added the comment:
Nvm. I thought it was metods.
Requesting deletion.
___
Python tracker
<http://bugs.python.org/issue4825>
___
___
Python-bug
MagnetoHydroDynamics added the comment:
In both version 2.6.1 and 3.0 this issue exists:
N and M can be two numbers of any type.
>>> (N+Mj).real()
Traceback (most recent call last):
File "", line 1, in
(N+Mj).real()
TypeError: 'float' object is not callabl
New submission from MagnetoHydroDynamics :
In both version 2.6.1 and 3.0 this issue exists:
N and M can be two numbers of any type.
>>> (N+Mj).real()
Traceback (most recent call last):
File "", line 1, in
(N+Mj).real()
TypeError: 'float' object is not callabl