[New-bugs-announce] [issue22532] A suggested change

Padmanabhan Tr report at bugs.python.org
Wed Oct 1 16:27:46 CEST 2014


New submission from Padmanabhan Tr:

Take a complex number n = 3+4j. n.real is taken as 3.0 & n.imag as 4.0 in Python3.  One has to use the int(0 function to get back the parts as integers.  I guess this is a compiler error?

----------
messages: 228073
nosy: Padmanabhan.Tr
priority: normal
severity: normal
status: open
title: A suggested change
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22532>
_______________________________________


More information about the New-bugs-announce mailing list