]> granicus.if.org Git - python/commitdiff
Bug #1357604: os.makedirs handles UNC paths
authorGeorg Brandl <georg@python.org>
Tue, 22 Nov 2005 20:14:29 +0000 (20:14 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 22 Nov 2005 20:14:29 +0000 (20:14 +0000)
Doc/lib/libos.tex

index a3918e8e702b2a7a4f9d2853fcf5ee71d97399c1..50dad083d8df300470189efffdf2a4440253ba0d 100644 (file)
@@ -875,10 +875,9 @@ 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).  This function does not properly handle UNC
-paths (only relevant on Windows systems; Universal Naming Convention
-paths are those that use the `\code{\e\e host\e path}' syntax).
+is \code{0777} (octal).
 \versionadded{1.5.2}
+\versionchanged[This function now handles UNC paths correctly]{2.3}
 \end{funcdesc}
 
 \begin{funcdesc}{pathconf}{path, name}