8000
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 e126547 commit 67c0b3dCopy full SHA for 67c0b3d
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