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 ned.deily
Recipients loewis, mark.dickinson, ned.deily, python-dev, trent
Date 2013-10-24.20:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382648058.16.0.41610876077.issue15477@psf.upfronthosting.co.za>
In-reply-to
Content
I built Python at 3fba718e46e5 on both 10.8 and 10.9 which was just before your changes for this issue went in, Mark.

On 10.8: test_cmath fails and:
>>> math.log1p(-0.0)
0.0
And, indeed, on 10.9, it passes and:
>>> math.log1p(-0.0)
-0.0
History
Date User Action Args
2013-10-24 20:54:18ned.deilysetrecipients: + ned.deily, loewis, mark.dickinson, trent, python-dev
2013-10-24 20:54:18ned.deilysetmessageid: <1382648058.16.0.41610876077.issue15477@psf.upfronthosting.co.za>
2013-10-24 20:54:18ned.deilylinkissue15477 messages
2013-10-24 20:54:17ned.deilycreate