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 skelker
Recipients skelker
Date 2009-10-19.13:33:46
SpamBayes Score 0.0016634775
Marked as misclassified No
Message-id <1255959228.67.0.513383976461.issue7169@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed today if I attempt to create a ZipFile object for read access,
and the zip file is zero bytes, the ZipFile object throws an exception,
but there is still an open handle to the file.  So if I catch that
exception, and then try to delete the file, the delete then fails.  I
have attached a script that replicates the issue.
History
Date User Action Args
2009-10-19 13:33:48skelkersetrecipients: + skelker
2009-10-19 13:33:48skelkersetmessageid: <1255959228.67.0.513383976461.issue7169@psf.upfronthosting.co.za>
2009-10-19 13:33:47skelkerlinkissue7169 messages
2009-10-19 13:33:47skelkercreate