summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-20 07:21:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-20 07:21:59 (GMT)
commit53c3fb186a587e01f88ec9c6b365fd614668d214 (patch)
treeafa6312f355ee29e22ea3c940119200bde1845cd /Misc
parent8490f5acfee7269ac0eb41257a3a214dfb31a655 (diff)
downloadcpython-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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b9d314..f3dab00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================