summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-11-20 21:16:41 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-11-20 21:16:41 (GMT)
commit57ea576b072ec9ad1c70ce7dd0eabf230ad4b644 (patch)
tree67f94167ebb7144646b1dfc7b41701a8855750e6 /Misc
parent164eea5443f56411d0e617389fa22b2025683f50 (diff)
downloadcpython-57ea576b072ec9ad1c70ce7dd0eabf230ad4b644.zip
cpython-57ea576b072ec9ad1c70ce7dd0eabf230ad4b644.tar.gz
cpython-57ea576b072ec9ad1c70ce7dd0eabf230ad4b644.tar.bz2
move the enable-optimizations mention to the correct Build section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b3dcf8..8b2dcb1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@ Tests
Build
-----
+- Issue #26359: Rename --with-optimiations to --enable-optimizations.
+
- Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Patch by Gareth Rees.
@@ -931,8 +933,6 @@ Tests
Build
-----
-- Issue #26359: Rename --with-optimiations to --enable-optimizations.
-
- Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
- Issue #27705: Update message in validate_ucrtbase.py