summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-12-21 18:09:17 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-12-21 18:09:17 (GMT)
commit5af856404afc1b1e6b9dd4ac86a5771a407cbc6a (patch)
tree7519777e6aba9ce82c5eb88ed2e3c0b815698326 /Misc/NEWS
parent66c08d90f6d7e5889a19891a0ef994354b14f172 (diff)
downloadcpython-5af856404afc1b1e6b9dd4ac86a5771a407cbc6a.zip
cpython-5af856404afc1b1e6b9dd4ac86a5771a407cbc6a.tar.gz
cpython-5af856404afc1b1e6b9dd4ac86a5771a407cbc6a.tar.bz2
Issue #25827: Add support for ICC to configure
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 90adba8..ef37f5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Tests
Build
-----
+- Issue #25827: Add support for building with ICC to ``configure``, including
+ a new ``--with-icc`` flag.
+
- Issue #25696: Fix installation of Python on UNIX with make -j9.
- Issue #25798: Update OS X 10.5 installer to use OpenSSL 1.0.2e.