summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-08-15 22:33:45 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-08-15 22:33:45 (GMT)
commit803502c56b1ead3a59ae0d203ebfa6869dc13fb0 (patch)
treea291ec4c143529e9aa94cd9764e589d8eceb67de /Misc/NEWS
parent6707906ea5e0df1132d3cd0c77707ccc19948341 (diff)
downloadcpython-803502c56b1ead3a59ae0d203ebfa6869dc13fb0.zip
cpython-803502c56b1ead3a59ae0d203ebfa6869dc13fb0.tar.gz
cpython-803502c56b1ead3a59ae0d203ebfa6869dc13fb0.tar.bz2
#21167: Fix definition of NAN when ICC used without -fp-model strict.
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27a0564..459bacc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: 2015-08-23
Core and Builtins
-----------------
+- Issue #21167: NAN operations are now handled correctly when python is
+ compiled with ICC even if -fp-model strict is not specified.
+
Library
-------