Skip to content

bpo-19930: The mode argument of os.makedirs() no longer affects the file#799

Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:os-makedirs-mode
Mar 24, 2017
Merged

bpo-19930: The mode argument of os.makedirs() no longer affects the file#799
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:os-makedirs-mode

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

permission bits of newly-created intermediate-level directories.

permission bits of newly-created intermediate-level directories.
@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Mar 24, 2017
@mention-bot
Copy link
Copy Markdown

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @benjaminp and @larryhastings to be potential reviewers.

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but does the test pass on Windows?

@vstinner
Copy link
Copy Markdown
Member

I'm now working on http://bugs.python.org/issue29530 First, I would like to repair Windows buildbots :-p (currently failing)

@serhiy-storchaka
Copy link
Copy Markdown
Member Author

At least the AppVeyor build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants