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 (N+Mj).real() TypeError: 'float' object is not callable >>> (N+Mj).imag() Traceback (most recent call last): File "<pyshell#1>", line 1, in (N+Mj).imag() TypeError: 'float' object is not callable
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 (N+Mj).real() TypeError: 'float' object is not callable >>> (N+Mj).imag() Traceback (most recent call last): File "<pyshell#1>", line 1, in (N+Mj).imag() TypeError: 'float' object is not callable It would be nice to have this fixed, preferably soon.