From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Sun, 20 Nov 2016 21:16:41 +0000 (+0000) Subject: move the enable-optimizations mention to the correct Build section. X-Git-Tag: v3.6.0b4~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57ea576b072ec9ad1c70ce7dd0eabf230ad4b644;p=thirdparty%2FPython%2Fcpython.git move the enable-optimizations mention to the correct Build section. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8b3dcf882bb6..8b2dcb185f8d 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