We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b374481 commit 5c4afdfCopy full SHA for 5c4afdf
Doc/library/os.rst
@@ -2302,6 +2302,8 @@ features:
2302
will fail with an :exc:`OSError` subclass in a number of cases:
2303
2304
On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
2305
+ The operation may fail if *src* and *dst* are on different filesystems. Use
2306
+ :func:`shutil.move` to support moves to a different filesystem.
2307
2308
On Unix, if *src* is a file and *dst* is a directory or vice-versa, an
2309
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
0 commit comments