[New-bugs-announce] [issue8886] zipfile.ZipExtFile should be a context manager

Erik Carstensen report at bugs.python.org
Thu Jun 3 13:39:27 CEST 2010


New submission from Erik Carstensen <sandberg at virtutech.com>:

It's nice that ZipFile is a context manager in 2.7.  It would be nice and more consistent if the objects returned from ZipFile.open() were context managers too.

----------
components: Library (Lib)
messages: 106941
nosy: sandberg
priority: normal
severity: normal
status: open
title: zipfile.ZipExtFile should be a context manager
type: feature request
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8886>
_______________________________________


More information about the New-bugs-announce mailing list