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 69cb3cd commit 852a542Copy full SHA for 852a542
1 file changed
Doc/lib/libos.tex
@@ -877,6 +877,8 @@ \subsection{Files and Directories \label{os-file-dir}}
877
directory already exists or cannot be created. The default \var{mode}
878
is \code{0777} (octal). On some systems, \var{mode} is ignored.
879
Where it is used, the current umask value is first masked out.
880
+\note{\function{makedirs()} will become confused if the path elements
881
+to create include \var{os.pardir}.}
882
\versionadded{1.5.2}
883
\versionchanged[This function now handles UNC paths correctly]{2.3}
884
\end{funcdesc}
0 commit comments