commit | 69468146b4ed8a92d63b22c91db7c1832dd49a78 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jul 20 10:56:58 2013 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jul 20 10:56:58 2013 -0700 |
tree | 6a37d07c224a4647555326232e45925071409b55 | |
parent | f52d574481727e5a1020f4238b9f55fc9c67b185 [diff] [blame] |
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results.
diff --git a/Misc/NEWS b/Misc/NEWS index 5283da6..87a4ec5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,9 @@ - Issue #18455: multiprocessing should not retry connect() with same socket. +- Issue #18513: Fix behaviour of cmath.rect w.r.t. signed zeros on OS X 10.8 + + gcc. + - Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it do with byte strings.