]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jan 2024 05:36:16 +0000 (06:36 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 05:36:16 +0000 (05:36 +0000)
commitccd8d77112088f00b511749117263df5aae4630a
tree003a0c4ba1fe2cb2fe476e8f34f4be9503ede842
parent9c2db5725ee736222af519cc9deb68a0dec1a4c2
[3.12] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (GH-114035) (#114464)

Clarify that *target_is_directory* only matters if the target doesn't
exist.
(cherry picked from commit b822b85ac11e73bbe4417bf03ee770ab116bb42d)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Doc/library/pathlib.rst