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 alanmcintyre
Recipients alanmcintyre, mebrown
Date 2008-02-03.05:28:54
SpamBayes Score 0.012376612
Marked as misclassified No
Message-id <1202016543.31.0.533141774394.issue2004@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that in the trunk, ZipFile._extract_member, at line 865, still
uses 777 (the default of os.makedirs) to create directories.  I attached
a patch for it.

A quick grep shows that tarfile still uses the default permissions for
os.makedirs and mkdir.  Should these all be changed to 700?
History
Date User Action Args
2008-02-03 05:29:05alanmcintyresetspambayes_score: 0.0123766 -> 0.012376612
recipients: + alanmcintyre, mebrown
2008-02-03 05:29:03alanmcintyresetspambayes_score: 0.0123766 -> 0.0123766
messageid: <1202016543.31.0.533141774394.issue2004@psf.upfronthosting.co.za>
2008-02-03 05:29:01alanmcintyrelinkissue2004 messages
2008-02-03 05:29:00alanmcintyrecreate