Thanks to visit codestin.com Credit goes to github.com
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 6dd7d07 commit c12909bCopy full SHA for c12909b
1 file changed
Doc/lib/libposixpath.tex
@@ -123,7 +123,10 @@ \section{\module{os.path} ---
123
an absolute path, all previous components are thrown away, and joining
124
continues. The return value is the concatenation of \var{path1}, and
125
optionally \var{path2}, etc., with exactly one slash (\code{'/'})
126
-inserted between components, unless \var{path} is empty.
+inserted between components, unless \var{path} is empty. Note that on
127
+Windows, since there is a current directory for each drive,
128
+{}\function{os.path.join("c:", "foo")} represents a path relative to the
129
+current directory on drive C:, not \code{c:\\foo}.
130
\end{funcdesc}
131
132
\begin{funcdesc}{normcase}{path}
0 commit comments