This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Padmanabhan.Tr
Recipients Padmanabhan.Tr
Date 2014-10-01.14:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412173666.91.0.11564470623.issue22532@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-10-01 14:27:46Padmanabhan.Trsetrecipients: + Padmanabhan.Tr
2014-10-01 14:27:46Padmanabhan.Trsetmessageid: <1412173666.91.0.11564470623.issue22532@psf.upfronthosting.co.za>
2014-10-01 14:27:46Padmanabhan.Trlinkissue22532 messages
2014-10-01 14:27:46Padmanabhan.Trcreate