Kaydet (Commit) bf75c513 authored tarafından Georg Brandl's avatar Georg Brandl

#1364: os.lstat is available on Windows too, as an alias to os.stat.

üst cf81e069
......@@ -828,8 +828,9 @@ object, the result will be a list of Unicode objects]{2.3}
\end{funcdesc}
\begin{funcdesc}{lstat}{path}
Like \function{stat()}, but do not follow symbolic links.
Availability: Macintosh, \UNIX.
Like \function{stat()}, but do not follow symbolic links. This is an
alias for \function{stat()} on platforms that do not support symbolic
links, such as Windows.
\end{funcdesc}
\begin{funcdesc}{mkfifo}{path\optional{, mode}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment