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.

作者 serhiy.storchaka
收信人 loewis, martin.panter, pitrou, serhiy.storchaka, vajrasky
日期 2016-06-10.07:29:59
SpamBayes Score -1.0
Marked as misclassified
Message-id <1465543799.92.0.810905832726.issue19930@psf.upfronthosting.co.za>
In-reply-to
内容
> The obvious but more complicated alternative would be to call chmod() on all the new directories in a second step.

This is dangerous, because if you create read-only or unlistable directory, you couldn't remove it without changing the permission of parent directory. shutil.rmtree() would fail.
历史
日期 用户 动作 参数
2016-06-10 07:29:59serhiy.storchaka修改recipients: + serhiy.storchaka, loewis, pitrou, martin.panter, vajrasky
2016-06-10 07:29:59serhiy.storchaka修改messageid: <1465543799.92.0.810905832726.issue19930@psf.upfronthosting.co.za>
2016-06-10 07:29:59serhiy.storchaka链接issue19930 messages
2016-06-10 07:29:59serhiy.storchaka创建