[Python-checkins] cpython (3.5): Move my news entries to the build section.

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


https://hg.python.org/cpython/rev/64ee75b7acc6
changeset:   103297:64ee75b7acc6
branch:      3.5
parent:      103274:99ce1713ae15
user:        Gregory P. Smith <greg at krypto.org>
date:        Thu Sep 08 00:14:01 2016 -0700
summary:
  Move my news entries to the build section.

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
@@ -10,13 +10,6 @@
 Core and Builtins
 -----------------
 
-- 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 #27812: Properly clear out a generator's frame's backreference to the
   generator to prevent crashes in frame.clear().
 
@@ -277,6 +270,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 #26359: Add the --with-optimizations configure flag.
 
 - Issue #27713: Suppress spurious build warnings when updating importlib's

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


More information about the Python-checkins mailing list