]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)
authorBarney Gale <barney.gale@gmail.com>
Fri, 28 Feb 2025 19:29:20 +0000 (19:29 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2025 19:29:20 +0000 (19:29 +0000)
commitb5454509612870dd0e09aaba4b79865a5faad284
tree37ee906136e163b5989f5f025c8fc436a498ba5b
parentfdcbc29f26448f47201ec40fcf3b6405631c85d3
GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)

This feature isn't sufficiently motivated.
Doc/library/pathlib.rst
Lib/pathlib/_abc.py
Lib/pathlib/_local.py
Lib/pathlib/_os.py
Lib/test/test_pathlib/test_pathlib_abc.py
Misc/NEWS.d/next/Library/2025-02-26-21-21-08.gh-issue-130608.f7ix0Y.rst [new file with mode: 0644]