diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-06-23 12:31:11 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-06-23 12:31:11 (GMT) |
commit | 6bc217dd3d43763e62b413e75ddaeb7d30e1b451 (patch) | |
tree | 4880bdc14041619332c3a6bd76b9a2b9fed1005b /Misc | |
parent | 03863d2b290d0856d7647a0275a73b55b6589fa7 (diff) | |
download | cpython-6bc217dd3d43763e62b413e75ddaeb7d30e1b451.zip cpython-6bc217dd3d43763e62b413e75ddaeb7d30e1b451.tar.gz cpython-6bc217dd3d43763e62b413e75ddaeb7d30e1b451.tar.bz2 |
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ Core and Builtins Library ------- +- Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). + - Issue #5633: Fixed timeit when the statement is a string and the setup is not. - Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. |