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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22532>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to