diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-12-30 12:34:59 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-12-30 12:34:59 (GMT) |
commit | faa6b7f421ad1491ecbf4807a781202c155568e3 (patch) | |
tree | abfde3288b0c0e53aa5be19a89eb1c6d1943dbc7 /Misc | |
parent | 588009e934b891ded62d8c26063f48397d867aa6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |