[issue4825] TypeError with complex.real() and complex.imag()

2009-01-03 Thread MagnetoHydroDynamics
New submission from MagnetoHydroDynamics k...@asmussen.ws: 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 pyshell#1, line 1, in module (N+Mj).real() TypeError: 'float' object is not callable

[issue4825] TypeError with complex.real() and complex.imag()

2009-01-03 Thread MagnetoHydroDynamics
MagnetoHydroDynamics k...@asmussen.ws 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 pyshell#1, line 1, in module (N+Mj).real() TypeError: 'float' object is not callable (N

[issue4825] TypeError with complex.real() and complex.imag()

2009-01-03 Thread MagnetoHydroDynamics
MagnetoHydroDynamics k...@asmussen.ws added the comment: Nvm. I thought it was metods. Requesting deletion. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4825