This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients john.admanski, pitrou
Date 2010-09-13.17:02:18
SpamBayes Score 0.011413789
Marked as misclassified No
Message-id <1284397340.92.0.625667353428.issue9846@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed. However, the ZipFile itself knows whether to close the file (self._filePassed). By adding a constructor argument to ZipExtFile and a __del__ method, it would solve the issue.
History
Date User Action Args
2010-09-13 17:02:21pitrousetrecipients: + pitrou, john.admanski
2010-09-13 17:02:20pitrousetmessageid: <1284397340.92.0.625667353428.issue9846@psf.upfronthosting.co.za>
2010-09-13 17:02:19pitroulinkissue9846 messages
2010-09-13 17:02:18pitroucreate