summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-08-24 23:44:44 (GMT)
committerLarry Hastings <larry@hastings.org>2015-08-24 23:44:44 (GMT)
commit8bf6b06c9dec1a45a7f343f8fbc905d89424fe15 (patch)
tree896648c763a1a905f851b4ee87c1eecc0d19cb2a /Misc/NEWS
parentd5b129c9a1dc005f87df26c10f2d77ca018f7f31 (diff)
parent803502c56b1ead3a59ae0d203ebfa6869dc13fb0 (diff)
downloadcpython-8bf6b06c9dec1a45a7f343f8fbc905d89424fe15.zip
cpython-8bf6b06c9dec1a45a7f343f8fbc905d89424fe15.tar.gz
cpython-8bf6b06c9dec1a45a7f343f8fbc905d89424fe15.tar.bz2
Merged in bitdancer/cpython350 (pull request #4)
#21167: Fix definition of NAN when ICC used without -fp-model strict.
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
-------