diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-21 18:09:17 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-21 18:09:17 (GMT) |
commit | 5af856404afc1b1e6b9dd4ac86a5771a407cbc6a (patch) | |
tree | 7519777e6aba9ce82c5eb88ed2e3c0b815698326 /Misc/NEWS | |
parent | 66c08d90f6d7e5889a19891a0ef994354b14f172 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |