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

This commit is contained in:
Georg Brandl 2007-11-01 17:19:36 +00:00
parent cf81e06959
commit bf75c5133d
1 changed files with 3 additions and 2 deletions

View File

@ -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}}