]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 30 Dec 2009 06:14:51 +0000 (06:14 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 30 Dec 2009 06:14:51 +0000 (06:14 +0000)
commit569e61f35196cb765eb9940f75b27bb765e73073
tree3bf8941cf86c15a9a6f9c4afbeb68211436e826b
parenteb74da8e67bed4beef1bfc97384b3aa6e0f9836b
#5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS