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.

Unsupported provider

Author ezio.melotti
Recipients brian.curtin, ezio.melotti, petruchio
Date 2009-09-12.21:52:58
SpamBayes Score 3.1355793e-07
Marked as misclassified No
Message-id <1252792380.24.0.54041809012.issue5511@psf.upfronthosting.co.za>
In-reply-to
Content
I think there should also be one or more tests that check if the file is
closed correctly after the __exit__, in normal conditions and possibly
in different situations (e.g. when an error is raised ).
Unlike regular file objects, ZipFile objects don't have a 'closed'
attribute, instead they set self.fp to None when the 'close' method is
called.
History
Date User Action Args
2009-09-12 21:53:00ezio.melottisetrecipients: + ezio.melotti, brian.curtin, petruchio
2009-09-12 21:53:00ezio.melottisetmessageid: <1252792380.24.0.54041809012.issue5511@psf.upfronthosting.co.za>
2009-09-12 21:52:58ezio.melottilinkissue5511 messages
2009-09-12 21:52:58ezio.melotticreate