We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1128e commit 4e096ecCopy full SHA for 4e096ec
Doc/library/os.rst
@@ -2372,6 +2372,8 @@ features:
2372
will fail with an :exc:`OSError` subclass in a number of cases:
2373
2374
On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
2375
+ The operation may fail if *src* and *dst* are on different filesystems. Use
2376
+ :func:`shutil.move` to support moves to a different filesystem.
2377
2378
On Unix, if *src* is a file and *dst* is a directory or vice-versa, an
2379
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
0 commit comments