We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3169743 commit 18050ffCopy full SHA for 18050ff
1 file changed
Doc/library/os.rst
@@ -3509,6 +3509,7 @@ features:
3509
symlink will be created to match. Otherwise, the symlink will be created
3510
as a directory if *target_is_directory* is ``True`` or a file symlink (the
3511
default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
3512
+ If the *dst* already exists, :exc:`FileExistsError` is raised.
3513
3514
This function can support :ref:`paths relative to directory descriptors
3515
<dir_fd>`.
0 commit comments