diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-20 07:21:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-20 07:21:59 (GMT) |
commit | 53c3fb186a587e01f88ec9c6b365fd614668d214 (patch) | |
tree | afa6312f355ee29e22ea3c940119200bde1845cd /Misc | |
parent | 8490f5acfee7269ac0eb41257a3a214dfb31a655 (diff) | |
download | cpython-53c3fb186a587e01f88ec9c6b365fd614668d214.zip cpython-53c3fb186a587e01f88ec9c6b365fd614668d214.tar.gz cpython-53c3fb186a587e01f88ec9c6b365fd614668d214.tar.bz2 |
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
compatible with regular files (in particular it now supports the context
management protocol).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -89,6 +89,14 @@ Build - Issue #23585: make patchcheck will ensure the interpreter is built. +Tools/Demos +----------- + +- Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better + compatible with regular files (in particular it now supports the context + management protocol). + + What's New in Python 3.5 alpha 2? ================================= |