diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-08-18 11:31:34 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-08-18 11:31:34 (GMT) |
commit | 2de4be2efdbed0527a70ed9c2c851c52683a689d (patch) | |
tree | 960d01b7932f9805746b7b5750aa6d5b11d20d91 /Misc/NEWS | |
parent | 2cc49745a5b552bf83700771230b08f32578f7c6 (diff) | |
download | cpython-2de4be2efdbed0527a70ed9c2c851c52683a689d.zip cpython-2de4be2efdbed0527a70ed9c2c851c52683a689d.tar.gz cpython-2de4be2efdbed0527a70ed9c2c851c52683a689d.tar.bz2 |
Add workaround for log1p(-0.0) on platforms where it's broken.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ Core and Builtins Library ------- +- Issue #15477: In cmath and math modules, add workaround for platforms whose + system-supplied log1p function doesn't respect signs of zeros. + - Issue #11062: Fix adding a message from file to Babyl mailbox. - Issue #15646: Prevent equivalent of a fork bomb when using |