summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2009-12-30 12:34:59 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2009-12-30 12:34:59 (GMT)
commitfaa6b7f421ad1491ecbf4807a781202c155568e3 (patch)
treeabfde3288b0c0e53aa5be19a89eb1c6d1943dbc7 /Misc
parent588009e934b891ded62d8c26063f48397d867aa6 (diff)
downloadcpython-faa6b7f421ad1491ecbf4807a781202c155568e3.zip
cpython-faa6b7f421ad1491ecbf4807a781202c155568e3.tar.gz
cpython-faa6b7f421ad1491ecbf4807a781202c155568e3.tar.bz2
Merged revisions 77136 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77136 | ezio.melotti | 2009-12-30 08:14:51 +0200 (Wed, 30 Dec 2009) | 1 line #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4724ae5..6062f0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -171,6 +171,9 @@ C-API
Library
-------
+- Issue #5511: now zipfile.ZipFile can be used as a context manager.
+ Initial patch by Brian Curtin.
+
- Issue #7556: Make sure Distutils' msvc9compile reads and writes the
MSVC XML Manifest file in text mode so string patterns can be used
in regular expressions.