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 eric.smith, lemburg, mark.dickinson, pitrou, stutzbach
Date 2014-10-03.08:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za>
In-reply-to
Content
>>> complex(-0.0)
0j
>>> complex(-0.0).real
-0.0
History
Date User Action Args
2014-10-03 08:40:44pitrousetrecipients: + pitrou, lemburg, mark.dickinson, eric.smith, stutzbach
2014-10-03 08:40:44pitrousetmessageid: <1412325644.16.0.161101814263.issue22545@psf.upfronthosting.co.za>
2014-10-03 08:40:44pitroulinkissue22545 messages
2014-10-03 08:40:43pitroucreate