[Python-checkins] cpython (merge 3.5 -> default): move my news entries to the build section as appropriate.

gregory.p.smith python-checkins at python.org
Thu Sep 8 03:15:29 EDT 2016


https://hg.python.org/cpython/rev/139b1b6c324e
changeset:   103298:139b1b6c324e
parent:      103294:86d72a1303d0
parent:      103297:64ee75b7acc6
user:        Gregory P. Smith <greg at krypto.org>
date:        Thu Sep 08 00:15:20 2016 -0700
summary:
  move my news entries to the build section as appropriate.

files:
  Misc/NEWS |  14 +++++++-------
  1 files changed, 7 insertions(+), 7 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,13 +13,6 @@
 - Issue #27911: Remove unnecessary error checks in
   ``exec_builtin_or_dynamic()``.
 
-- Issue #27983: Cause lack of llvm-profdata tool when using clang as
-  required for PGO linking to be a configure time error rather than
-  make time when --with-optimizations is enabled.  Also improve our
-  ability to find the llvm-profdata tool on MacOS and some Linuxes.
-
-- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
-
 - Issue #27078: Added BUILD_STRING opcode.  Optimized f-strings evaluation.
 
 - Issue #17884: Python now requires systems with inttypes.h and stdint.h
@@ -265,6 +258,13 @@
 Build
 -----
 
+- Issue #27983: Cause lack of llvm-profdata tool when using clang as
+  required for PGO linking to be a configure time error rather than
+  make time when --with-optimizations is enabled.  Also improve our
+  ability to find the llvm-profdata tool on MacOS and some Linuxes.
+
+- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
+
 - Issue #26539: Add the --with-optimizations flag to turn on LTO and PGO build
   support when available.
 

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


More information about the Python-checkins mailing list