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 r.david.murray
Recipients r.david.murray, srid
Date 2009-06-04.22:12:06
SpamBayes Score 2.583869e-08
Marked as misclassified No
Message-id <1244153527.36.0.599518653645.issue6196@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see why the tarfile case should be different from the tar case.
 You can "always chmod it later" in python, too (with os.walk and
os.chmod).  Perhaps the real need is for a recursive chmod in shutil?
History
Date User Action Args
2009-06-04 22:12:07r.david.murraysetrecipients: + r.david.murray, srid
2009-06-04 22:12:07r.david.murraysetmessageid: <1244153527.36.0.599518653645.issue6196@psf.upfronthosting.co.za>
2009-06-04 22:12:06r.david.murraylinkissue6196 messages
2009-06-04 22:12:06r.david.murraycreate