[Python-checkins] cpython (3.6): move the enable-optimizations mention to the correct Build section.

gregory.p.smith python-checkins at python.org
Sun Nov 20 16:19:52 EST 2016


https://hg.python.org/cpython/rev/0d2b42344ae5
changeset:   105236:0d2b42344ae5
branch:      3.6
parent:      105234:58c1a49a10b4
user:        Gregory P. Smith <greg at krypto.org> [Google Inc.]
date:        Sun Nov 20 21:16:41 2016 +0000
summary:
  move the enable-optimizations mention to the correct Build section.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@
 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 @@
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list