mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added note about non-support of UNC paths on Windows.
This fixes SF bug #465447.
This commit is contained in:
parent
b387860c70
commit
bbf7a407e8
2 changed files with 6 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue