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 joe.amenta
Recipients joe.amenta
Date 2009-05-18.05:01:31
SpamBayes Score 0.00020576439
Marked as misclassified No
Message-id <1242622904.12.0.492765760798.issue6050@psf.upfronthosting.co.za>
In-reply-to
Content
zipfile.ZipFile.extract() fails if targetpath is a directory that
already exists.

Bug revealed itself on Ubuntu, using extractall().

Happened on the latest 3.1 and 2.7.

Attached a patch that I think will fix this issue.
History
Date User Action Args
2009-05-18 05:01:48joe.amentasetrecipients: + joe.amenta
2009-05-18 05:01:44joe.amentasetmessageid: <1242622904.12.0.492765760798.issue6050@psf.upfronthosting.co.za>
2009-05-18 05:01:39joe.amentalinkissue6050 messages
2009-05-18 05:01:36joe.amentacreate