summaryrefslogtreecommitdiffstats
path: root/Python/codegen.c
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2025-03-01 21:25:38 (GMT)
committerGitHub <noreply@github.com>2025-03-01 21:25:38 (GMT)
commitc9932a9ec8a3077933a85101aae9c3ac155e6d04 (patch)
tree1595080b1400bfbfefb425fd529cd02bb77a829f /Python/codegen.c
parenta55dffd66dbddfd50c8f3de195218d041d26bd3c (diff)
downloadcpython-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/codegen.c')
0 files changed, 0 insertions, 0 deletions