cpython/Lib/test/test_pathlib
Barney Gale c9932a9ec8
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.
2025-03-01 21:25:38 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove ReadablePath.exists() and is_*() (#130520) 2025-03-01 21:24:19 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove WritablePath.mkdir() arguments (#130611) 2025-03-01 21:25:38 +00:00