Files
cpython/Lib/pathlib
9770e32ce0 gh-86533: Restore os.makedirs() ability to apply *mode* recursively (GH-150011)
bpo-42367: Restore os.makedirs() and pathlib.mkdir() ability to apply *mode* recursively via a new parent_mode= keyword argument.

Co-authored-by: Zackery Spytz <[email protected]>
Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: Natalia <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
2026-05-18 23:00:27 +00:00
..