Christian Heimes <li...@cheimes.de> added the comment:
+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 ---------- nosy: +christian.heimes _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42367> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com