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 christian.heimes
Recipients christian.heimes, gregory.p.smith, serhiy.storchaka
Date 2020-11-16.10:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605522996.66.0.599401178311.issue42367@roundup.psfhosted.org>
In-reply-to
Content
+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
History
Date User Action Args
2020-11-16 10:36:36christian.heimessetrecipients: + christian.heimes, gregory.p.smith, serhiy.storchaka
2020-11-16 10:36:36christian.heimessetmessageid: <1605522996.66.0.599401178311.issue42367@roundup.psfhosted.org>
2020-11-16 10:36:36christian.heimeslinkissue42367 messages
2020-11-16 10:36:36christian.heimescreate