summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-06-23 12:31:11 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-06-23 12:31:11 (GMT)
commit6bc217dd3d43763e62b413e75ddaeb7d30e1b451 (patch)
tree4880bdc14041619332c3a6bd76b9a2b9fed1005b /Misc
parent03863d2b290d0856d7647a0275a73b55b6589fa7 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b2f4960..7205e93 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.