]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:37:32 +0000 (06:37 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 05:37:32 +0000 (05:37 +0000)
commit1f04ac8e277a744193db08079582462a11c80331
tree618a346b820b81687ab0f01bc981c9b1158cdf89
parent9d2ad6f24a0801d58ab47c5d07907adf260a3436
[3.11] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (GH-114035) (#114465)

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