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 eric.smith
Recipients eric.smith, lemburg, mark.dickinson, pitrou, stutzbach
Date 2014-10-03.09:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412327761.77.0.795904391894.issue22545@psf.upfronthosting.co.za>
In-reply-to
Content
Where are you seeing this?

On an Ubuntu 13.10 x86 box, I see:

>>> complex(-0.0)
(-0+0j)

This is with 2.7.5+, 3.3.2+ (from Ubuntu distro), and with 3.5.0a0 and 3.4.2rc1+ built locally.
History
Date User Action Args
2014-10-03 09:16:01eric.smithsetrecipients: + eric.smith, lemburg, mark.dickinson, pitrou, stutzbach
2014-10-03 09:16:01eric.smithsetmessageid: <1412327761.77.0.795904391894.issue22545@psf.upfronthosting.co.za>
2014-10-03 09:16:01eric.smithlinkissue22545 messages
2014-10-03 09:16:01eric.smithcreate