Skip to content

Conversation

@barneygale
Copy link
Contributor

@barneygalebarneygale commented Feb 26, 2025

Remove the mode, parents and exist_ok arguments from WritablePath.mkdir(). These arguments imply support for POSIX permissions and checking for preexistence of the path or its parents, but subclasses of WritablePath may not have these capabilities.

Remove the *mode*, *parents* and *exist_ok* arguments from `WritablePath.mkdir()`. These arguments imply support for POSIX permissions and checking for preexistence of the path or its parents, but subclasses of `WritablePath` may not have these capabilities.
@barneygalebarneygale marked this pull request as ready for review February 28, 2025 19:55
@barneygalebarneygale merged commit c9932a9 into python:mainMar 1, 2025
40 checks passed
Sign up for freeto 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.

1 participant

@barneygale