cpython/Lib/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 GH-127807: pathlib ABCs: remove PathBase._unsupported_msg() (#127855) 2024-12-12 17:39:24 +00:00
_abc.py GH-127381: pathlib ABCs: remove WritablePath.mkdir() arguments (#130611) 2025-03-01 21:25:38 +00:00
_local.py Revert "GH-116380: Speed up glob.[i]glob() by making fewer system calls. (#116392)" (#130743) 2025-03-01 20:04:01 +00:00
_os.py GH-130608: Remove dirs_exist_ok argument from pathlib.Path.copy() (#130610) 2025-02-28 19:29:20 +00:00
types.py GH-125413: Add pathlib.Path.info attribute (#127730) 2025-02-08 01:16:45 +00:00