diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-21 20:17:12 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-21 20:17:12 (GMT) |
commit | 266514ae930495c42c99de396131feb98c64bc90 (patch) | |
tree | 1a8e652d38302608365133394300c0b153929474 /Misc/NEWS | |
parent | 060ed718cecbfb7bb3292b76eef8312896ba7317 (diff) | |
parent | 5af856404afc1b1e6b9dd4ac86a5771a407cbc6a (diff) | |
download | cpython-266514ae930495c42c99de396131feb98c64bc90.zip cpython-266514ae930495c42c99de396131feb98c64bc90.tar.gz cpython-266514ae930495c42c99de396131feb98c64bc90.tar.bz2 |
Issue #25827: Merge with 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -509,6 +509,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 #24986: It is now possible to build Python on Windows without errors |