summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-11 21:39:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-11 21:39:41 (GMT)
commit6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch)
tree49509696dbf91f8e26ee18309678d0f3d4daee56 /Misc
parentd611f4cf10e63814ad0d2e51b215d13dc097d355 (diff)
downloadcpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.zip
cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.gz
cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.bz2
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
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 7d72f65..bf54bec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 alpha 2
Core and Builtins
-----------------
+- Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
+
- Issue #27186: Add support for os.PathLike objects to open() (part of PEP 519).
- Issue #27066: Fixed SystemError if a custom opener (for open()) returns a