diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-07-26 10:55:20 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-07-26 10:55:20 (GMT) |
commit | 8d4989687cc8f7e4add7fd3b09e131fa26e3f132 (patch) | |
tree | 97e531287c685417977ea3de010fedb81c7ced3c /Misc | |
parent | c75885bb86f3d0956bf5dacab6a0b5d719753d6e (diff) | |
parent | fd0d5939bd7dd36ad84fb4c14c84f4386295da9d (diff) | |
download | cpython-8d4989687cc8f7e4add7fd3b09e131fa26e3f132.zip cpython-8d4989687cc8f7e4add7fd3b09e131fa26e3f132.tar.gz cpython-8d4989687cc8f7e4add7fd3b09e131fa26e3f132.tar.bz2 |
(merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure
as the Python program to be used for file generation during the build.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -77,6 +77,12 @@ Windows - Issue #27309: Enables proper Windows styles in python[w].exe manifest. +Build +----- + +- Issue #26662: Set PYTHON_FOR_GEN in configure as the Python program to be + used for file generation during the build. + What's New in Python 3.6.0 alpha 3 ================================== |