summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-11 12:00:39 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-11 12:00:39 (GMT)
commit23e5b82cf74e225c57e8049907d04f6af6f8bfae (patch)
tree72b0712790be089325040d1382c1dff43f463103 /Misc
parent849b6bd6723c9e6221cb03c6817a818b1e35d6b5 (diff)
parentced4b90756e58a8ad99f64fb2c7a3e83f49cf017 (diff)
downloadcpython-23e5b82cf74e225c57e8049907d04f6af6f8bfae.zip
cpython-23e5b82cf74e225c57e8049907d04f6af6f8bfae.tar.gz
cpython-23e5b82cf74e225c57e8049907d04f6af6f8bfae.tar.bz2
Issue #29239: Merge bug number from 3.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 626da96..bf7e598 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1896,7 +1896,7 @@ Build
- Issue #26307: The profile-opt build now applies PGO to the built-in modules.
-- Issue #26539: Add the --with-optimizations flag to turn on LTO and PGO build
+- Issue #26359: Add the --with-optimizations flag to turn on LTO and PGO build
support when available.
- Issue #27917: Set platform triplets for Android builds.