diff --git a/Misc/NEWS b/Misc/NEWS index c463efda617..9909020aef9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ What's New in Python 3.7.0 alpha 1 Core and Builtins ----------------- +- Issue #28665: Improve speed of the STORE_DEREF opcode by 40%. + - Issue #19398: Extra slash no longer added to sys.path components in case of empty compile-time PYTHONPATH components.