summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-09-08 07:15:20 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-09-08 07:15:20 (GMT)
commit8b1b81f03681610c5b3f5afc80b616085acbd7e5 (patch)
treefef51f4e83bf4f3d404f92024b080f03d5921e0b /Misc
parent54924df2b1c39442594f8a79aa54aad31df72de7 (diff)
parentbfac23a4c03da81beadba49a61029d0c635d0de8 (diff)
downloadcpython-8b1b81f03681610c5b3f5afc80b616085acbd7e5.zip
cpython-8b1b81f03681610c5b3f5afc80b616085acbd7e5.tar.gz
cpython-8b1b81f03681610c5b3f5afc80b616085acbd7e5.tar.bz2
move my news entries to the build section as appropriate.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7fce84d..1fc6d63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,13 +13,6 @@ Core and Builtins
- 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 @@ Tests
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.