Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-86533: Restore os.makedirs() ability to apply *mode* recursively #23901

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Dec 22, 2020

Allow os.makedirs() to apply the mode argument to any intermediate
directories that are created.

https://bugs.python.org/issue42367

Allow os.makedirs() to apply the *mode* argument to any intermediate
directories that are created.
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Jan 22, 2021
@ZackerySpytz
Copy link
Contributor Author

It is not stale.

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jan 23, 2021
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 23, 2021
@chimosky
Copy link

chimosky commented Jul 8, 2021

@ZackerySpytz is there any workaround for this at the moment as you stated in #42367 that umask can't be used to control the intermediate directory creation permissions.

MaxwellDupre

This comment was marked as outdated.

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Aug 2, 2022
@erlend-aasland erlend-aasland changed the title bpo-42367: Restore os.makedirs() ability to apply *mode* recursively gh-86533: Restore os.makedirs() ability to apply *mode* recursively Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants