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 brtzsnr
Recipients BitTorment, alanmcintyre, brtzsnr, georg.brandl, techtonik
Date 2009-06-17.16:21:09
SpamBayes Score 0.0045388425
Marked as misclassified No
Message-id <1245255671.16.0.401603326553.issue2824@psf.upfronthosting.co.za>
In-reply-to
Content
a similar problem appears when the zip file contains two files as in:
['_test/tree.pl', '_test/'].

for ZipFile.extractall() when _test/tree.pl is extracted _test/ is
created and the the extraction of _test/ fails because OSError: [Errno
17] File exists: '_test/'
History
Date User Action Args
2009-06-17 16:21:11brtzsnrsetrecipients: + brtzsnr, georg.brandl, alanmcintyre, techtonik, BitTorment
2009-06-17 16:21:11brtzsnrsetmessageid: <1245255671.16.0.401603326553.issue2824@psf.upfronthosting.co.za>
2009-06-17 16:21:09brtzsnrlinkissue2824 messages
2009-06-17 16:21:09brtzsnrcreate