summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-09-08 07:14:01 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-09-08 07:14:01 (GMT)
commitbfac23a4c03da81beadba49a61029d0c635d0de8 (patch)
treebf1c1c63be0d2e4dfcabcf404eab1ce0561b81c3 /Misc/NEWS
parent97191618580e28a124f7489ca79eff76e31bdb3d (diff)
downloadcpython-bfac23a4c03da81beadba49a61029d0c635d0de8.zip
cpython-bfac23a4c03da81beadba49a61029d0c635d0de8.tar.gz
cpython-bfac23a4c03da81beadba49a61029d0c635d0de8.tar.bz2
Move my news entries to the build section.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e4991c9..1581838 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,13 +10,6 @@ Release date: TBA
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 @@ Windows
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