summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-06 23:58:32 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-06 23:58:32 (GMT)
commitc083476bded14e52c8498aabca4c07557c4f01ab (patch)
tree6756cdd1b87f13980198bbbdf7b575fd4a1cb938 /Misc
parent3cdaaafe2eaa8a3a34241d47e96573c36999d89d (diff)
parent653c8509191623951ca7d0091f470d3632034d84 (diff)
downloadcpython-c083476bded14e52c8498aabca4c07557c4f01ab.zip
cpython-c083476bded14e52c8498aabca4c07557c4f01ab.tar.gz
cpython-c083476bded14e52c8498aabca4c07557c4f01ab.tar.bz2
Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0438f07..b2a8680 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 1
Core and Builtins
-----------------
+- 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