mirror of https://github.com/python/cpython
#1364: os.lstat is available on Windows too, as an alias to os.stat.
This commit is contained in:
parent
405884cd62
commit
03b15c67ff
|
@ -922,8 +922,9 @@ Files and Directories
|
|||
|
||||
.. function:: lstat(path)
|
||||
|
||||
Like :func:`stat`, but do not follow symbolic links. Availability: Macintosh,
|
||||
Unix.
|
||||
Like :func:`stat`, but do not follow symbolic links. This is an alias for
|
||||
:func:`stat` on platforms that do not support symbolic links, such as
|
||||
Windows.
|
||||
|
||||
|
||||
.. function:: mkfifo(path[, mode])
|
||||
|
|
Loading…
Reference in New Issue