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 serhiy.storchaka
Recipients gregory.p.smith, serhiy.storchaka
Date 2020-11-16.10:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Alternatively we can add an optional argument for the mode of intermediate directories.

makedirs(name, mode=0o777, exist_ok=False, intermediate_mode=0o777)
History
Date User Action Args
2020-11-16 10:32:46serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith
2020-11-16 10:32:46serhiy.storchakasetmessageid: <[email protected]>
2020-11-16 10:32:46serhiy.storchakalinkissue42367 messages
2020-11-16 10:32:46serhiy.storchakacreate