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 cb3cd4fCopy full SHA for cb3cd4f
1 file changed
Doc/library/os.rst
@@ -3510,6 +3510,8 @@ features:
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
3513
+ If the *dst* already exists, :exc:`FileExistsError` is raised.
3514
+
3515
This function can support :ref:`paths relative to directory descriptors
3516
<dir_fd>`.
3517
0 commit comments