diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |