diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-11 21:39:41 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-11 21:39:41 (GMT) |
commit | 6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch) | |
tree | 49509696dbf91f8e26ee18309678d0f3d4daee56 /Misc | |
parent | d611f4cf10e63814ad0d2e51b215d13dc097d355 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |