File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -634,7 +634,8 @@ \subsection{Files and Directories \label{os-file-dir}}
634634but makes all intermediate-level directories needed to contain the
635635leaf directory. Throws an \exception {error} exception if the leaf
636636directory already exists or cannot be created. The default \var {mode}
637- is \code {0777} (octal).
637+ is \code {0777} (octal). This function does not properly handle UNC
638+ paths (only relevant on Windows systems).
638639\versionadded {1.5.2}
639640\end {funcdesc }
640641
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ \section{\module{os.path} ---
77This module implements some useful functions on pathnames.
88\index {path!operations}
99
10+ \strong {Warning:} On Windows, many of these functions do not properly
11+ support UNC pathnames. \function {splitunc()} and \function {ismount()}
12+ do handle them correctly.
13+
1014
1115\begin {funcdesc }{abspath}{path}
1216Return a normalized absolutized version of the pathname \var {path}.
You can’t perform that action at this time.
0 commit comments