summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2013-07-20 17:00:06 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2013-07-20 17:00:06 (GMT)
commit60d634ae4a89854b4e7468445eeafa556a7979c9 (patch)
tree5b8f3c0ac5b78fe31fd3fb475f8f6d4b82bc072d /Misc/NEWS
parent2ef710e40f116a8d15c074f0682bfdf2521bbe23 (diff)
parent58ceecfe5ac0ad436d556b589870dd2df62731c0 (diff)
downloadcpython-60d634ae4a89854b4e7468445eeafa556a7979c9.zip
cpython-60d634ae4a89854b4e7468445eeafa556a7979c9.tar.gz
cpython-60d634ae4a89854b4e7468445eeafa556a7979c9.tar.bz2
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e6c555..f24fc91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,9 @@ Core and Builtins
Library
-------
+- Issue #18513: Fix behaviour of cmath.rect w.r.t. signed zeros on OS X 10.8 +
+ gcc.
+
- Issue #18479: Changed venv Activate.ps1 to make deactivate a function, and
removed Deactivate.ps1.