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 pitrou
Recipients gvanrossum, mark.dickinson, pitrou, serhiy.storchaka, vstinner
Date 2015-01-13.18:56:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421175407.31.0.341031325484.issue23229@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't understand why w ends up having -0 as the real part.

Because "-3.4j" is interpreted as "-complex(0, 3.4)".
History
Date User Action Args
2015-01-13 18:56:47pitrousetrecipients: + pitrou, gvanrossum, mark.dickinson, vstinner, serhiy.storchaka
2015-01-13 18:56:47pitrousetmessageid: <1421175407.31.0.341031325484.issue23229@psf.upfronthosting.co.za>
2015-01-13 18:56:47pitroulinkissue23229 messages
2015-01-13 18:56:47pitroucreate