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 antocuni
Recipients alexhsamuel, antocuni, benjamin.peterson, mark.dickinson, meador.inge, nascheme, r.david.murray
Date 2012-10-18.12:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350561738.5.0.846324711696.issue9011@psf.upfronthosting.co.za>
In-reply-to
Content
there is still an inconsistency in handling negative imaginary literals:

>>> -1j.real
-0.0
>>> complex('-1j').real
0.0
History
Date User Action Args
2012-10-18 12:02:18antocunisetrecipients: + antocuni, nascheme, mark.dickinson, benjamin.peterson, alexhsamuel, r.david.murray, meador.inge
2012-10-18 12:02:18antocunisetmessageid: <1350561738.5.0.846324711696.issue9011@psf.upfronthosting.co.za>
2012-10-18 12:02:18antocunilinkissue9011 messages
2012-10-18 12:02:18antocunicreate