diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-06 19:07:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-06 19:07:53 (GMT) |
commit | ea525a2d1a798f529b015f86b174d478806ac7ec (patch) | |
tree | 4ed79494c2a6a8e3460027a246020d25c1eaca16 /Misc | |
parent | 620bb277f89ba373b8c50e1a9fb9c8ba77a245c4 (diff) | |
download | cpython-ea525a2d1a798f529b015f86b174d478806ac7ec.zip cpython-ea525a2d1a798f529b015f86b174d478806ac7ec.tar.gz cpython-ea525a2d1a798f529b015f86b174d478806ac7ec.tar.bz2 |
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 1 Core and Builtins ----------------- +- Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. + - Issue #17884: Python now requires systems with inttypes.h and stdint.h - Issue #27961: Require platforms to support ``long long``. Python hasn't |