diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2013-07-20 16:59:13 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2013-07-20 16:59:13 (GMT) |
commit | 58ceecfe5ac0ad436d556b589870dd2df62731c0 (patch) | |
tree | b9303a76865599bf1dec6fb4626b22573419cfc9 /Misc | |
parent | 7ed4294d7f821a0733ab47285317f06a8c51e5db (diff) | |
download | cpython-58ceecfe5ac0ad436d556b589870dd2df62731c0.zip cpython-58ceecfe5ac0ad436d556b589870dd2df62731c0.tar.gz cpython-58ceecfe5ac0ad436d556b589870dd2df62731c0.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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #18513: Fix behaviour of cmath.rect w.r.t. signed zeros on OS X 10.8 + + gcc. + - Issue #18480: Add missing call to PyType_Ready to the _elementtree extension. - Issue #17778: Fix test discovery for test_multiprocessing. (Patch by |