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 lars.gustaebel
Recipients ghaering, lars.gustaebel, loewis
Date 2010-10-24.12:32:02
SpamBayes Score 8.1804626e-07
Marked as misclassified No
Message-id <1287923529.43.0.218246124269.issue10184@psf.upfronthosting.co.za>
In-reply-to
Content
The patch goes a bit too far. Though it solves this particular problem with the way TarFile.extractall() works, it breaks TarFile.extract(). Running the testsuite does not expose this, simply because there's no testcase :-(

Please see the attached testcase I just wrote which illustrates the problem.
History
Date User Action Args
2010-10-24 12:32:09lars.gustaebelsetrecipients: + lars.gustaebel, loewis, ghaering
2010-10-24 12:32:09lars.gustaebelsetmessageid: <1287923529.43.0.218246124269.issue10184@psf.upfronthosting.co.za>
2010-10-24 12:32:03lars.gustaebellinkissue10184 messages
2010-10-24 12:32:03lars.gustaebelcreate