summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-06-23 12:38:13 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-06-23 12:38:13 (GMT)
commita72f0cdaea847228aceb5b56fbd28b77ef4809c4 (patch)
treeae80fc12096a3e2dd5989b74a2916e7c856ede58 /Misc
parent5376ba9630e45ad177150ae68c9712640330a2fc (diff)
parent6bc217dd3d43763e62b413e75ddaeb7d30e1b451 (diff)
downloadcpython-a72f0cdaea847228aceb5b56fbd28b77ef4809c4.zip
cpython-a72f0cdaea847228aceb5b56fbd28b77ef4809c4.tar.gz
cpython-a72f0cdaea847228aceb5b56fbd28b77ef4809c4.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 cc3f4d4..8d25325 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
+
- Issue #24408: Fixed AttributeError in measure() and metrics() methods of
tkinter.Font.