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.
B
Barney Gale committed
c9932a9ec8a3077933a85101aae9c3ac155e6d04
Parent: a55dffd
Committed by GitHub <noreply@github.com>
on 3/1/2025, 9:25:38 PM