We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2760a67 commit b570feaCopy full SHA for b570fea
Doc/library/os.path.rst
@@ -366,7 +366,8 @@ the :mod:`glob` module.)
366
Return a relative filepath to *path* either from the current directory or
367
from an optional *start* directory. This is a path computation: the
368
filesystem is not accessed to confirm the existence or nature of *path* or
369
- *start*.
+ *start*. On Windows, :exc:`ValueError` is raised when *path* and *start*
370
+ are on different drives.
371
372
*start* defaults to :attr:`os.curdir`.
373
0 commit comments