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.

作者 christian.heimes
收信人 christian.heimes, gregory.p.smith, serhiy.storchaka
日期 2020-11-16.10:36:36
SpamBayes Score -1.0
Marked as misclassified
Message-id <1605522996.66.0.599401178311.issue42367@roundup.psfhosted.org>
In-reply-to
内容
+1 for restoring the feature

+0 for Serhiy's proposal iff intermediate_mode defaults to the value of mode:


    def makedirs(name, mode=0o777, exist_ok=False, *, intermediate_mode=None):
        if intermediate_mode is None:
            intermediate_mode = mode
历史
日期 用户 动作 参数
2020-11-16 10:36:36christian.heimes修改recipients: + christian.heimes, gregory.p.smith, serhiy.storchaka
2020-11-16 10:36:36christian.heimes修改messageid: <1605522996.66.0.599401178311.issue42367@roundup.psfhosted.org>
2020-11-16 10:36:36christian.heimes链接issue42367 messages
2020-11-16 10:36:36christian.heimes创建