From: Mark Dickinson Date: Sat, 20 Jul 2013 17:00:06 +0000 (+0100) Subject: Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect... X-Git-Tag: v3.4.0a1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d634ae4a89854b4e7468445eeafa556a7979c9;p=python Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. --- 60d634ae4a89854b4e7468445eeafa556a7979c9 diff --cc Misc/NEWS index 9e6c5558a3,f79f62584a..f24fc9126b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -159,9 -49,9 +159,12 @@@ Core and Builtin 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. + - Issue #18480: Add missing call to PyType_Ready to the _elementtree extension. - Issue #17778: Fix test discovery for test_multiprocessing. (Patch by