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 ggenellina
Recipients ggenellina, newman
Date 2007-09-16.08:13:22
SpamBayes Score 0.05387184
Marked as misclassified No
Message-id <1189930403.15.0.503102909059.issue1168@psf.upfronthosting.co.za>
In-reply-to
Content
Note that there are no complex literals in Python, only imaginary 
literals. 1-4j is an expression, not a literal.
So 1-4j.imag means 1-(4j.imag) = 1-4 = -3
See http://docs.python.org/ref/numbers.html#l2h-16

(I'd close this as not a bug)
History
Date User Action Args
2007-09-16 08:13:23ggenellinasetspambayes_score: 0.0538718 -> 0.05387184
recipients: + ggenellina, newman
2007-09-16 08:13:23ggenellinasetspambayes_score: 0.0538718 -> 0.0538718
messageid: <1189930403.15.0.503102909059.issue1168@psf.upfronthosting.co.za>
2007-09-16 08:13:23ggenellinalinkissue1168 messages
2007-09-16 08:13:22ggenellinacreate