summaryrefslogtreecommitdiff
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-28 16:14:18 +0000
committerFred Drake <fdrake@acm.org>2001-09-28 16:14:18 +0000
commitc1d7bcb24e65d3ce9a235870972e31d2dbe314ad (patch)
tree0a081f6d7d21a533b53c4f156a5f1e4dba1f9ef2 /Doc/lib/libos.tex
parentbcf42b573b6f31f87285728851095ced089544f9 (diff)
downloadcpython-c1d7bcb24e65d3ce9a235870972e31d2dbe314ad.tar.gz
Added note about non-support of UNC paths on Windows.
This fixes SF bug #465447.
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 1c3a584bf8..85355a5ee9 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -634,7 +634,8 @@ Recursive directory creation function. Like \function{mkdir()},
but makes all intermediate-level directories needed to contain the
leaf directory. Throws an \exception{error} exception if the leaf
directory already exists or cannot be created. The default \var{mode}
-is \code{0777} (octal).
+is \code{0777} (octal). This function does not properly handle UNC
+paths (only relevant on Windows systems).
\versionadded{1.5.2}
\end{funcdesc}