diff options
author | Barney Gale <barney.gale@gmail.com> | 2025-03-01 21:25:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 21:25:38 (GMT) |
commit | c9932a9ec8a3077933a85101aae9c3ac155e6d04 (patch) | |
tree | 1595080b1400bfbfefb425fd529cd02bb77a829f /Python/instruction_sequence.c | |
parent | a55dffd66dbddfd50c8f3de195218d041d26bd3c (diff) | |
download | cpython-c9932a9ec8a3077933a85101aae9c3ac155e6d04.zip cpython-c9932a9ec8a3077933a85101aae9c3ac155e6d04.tar.gz cpython-c9932a9ec8a3077933a85101aae9c3ac155e6d04.tar.bz2 |
GH-127381: pathlib ABCs: remove `WritablePath.mkdir()` arguments (#130611)
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.
The public `Path.mkdir()` method retains these arguments.
Diffstat (limited to 'Python/instruction_sequence.c')
0 files changed, 0 insertions, 0 deletions