[issue9846] ZipExtFile provides no mechanism for closing the underlying file object

R. David Murray report at bugs.python.org
Tue Sep 14 04:02:01 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Antoine, any reason not to put the close in the ZipFileExt close method instead of a __del__ method?  (And document it, of course).

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list