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 3467991 commit 3bcb630Copy full SHA for 3bcb630
Doc/library/pathlib.rst
@@ -1071,6 +1071,8 @@ call fails (for example because the path doesn't exist).
1071
relative to the current working directory, *not* the directory of the Path
1072
object.
1073
1074
+ It is implemented in terms of :func:`os.rename` and gives the same guarantees.
1075
+
1076
.. versionchanged:: 3.8
1077
Added return value, return the new Path instance.
1078
0 commit comments