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

2009-01-03 Thread MagnetoHydroDynamics
MagnetoHydroDynamics added the comment: Nvm. I thought it was metods. Requesting deletion. ___ Python tracker <http://bugs.python.org/issue4825> ___ ___ Python-bug

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

2009-01-03 Thread MagnetoHydroDynamics
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

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

2009-01-03 Thread MagnetoHydroDynamics
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