We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61762b9 commit e098137Copy full SHA for e098137
Doc/library/os.rst
@@ -2467,6 +2467,8 @@ features:
2467
will fail with an :exc:`OSError` subclass in a number of cases:
2468
2469
On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
2470
+ The operation may fail if *src* and *dst* are on different filesystems. Use
2471
+ :func:`shutil.move` to support moves to a different filesystem.
2472
2473
On Unix, if *src* is a file and *dst* is a directory or vice-versa, an
2474
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
0 commit comments