mirror of https://github.com/python/cpython.git
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
This commit is contained in:
parent
0c6a5d1deb
commit
2034caa0c4
|
@ -772,7 +772,7 @@ as internal buffering of data.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
The :func:`stat` function.
|
The :func:`.stat` function.
|
||||||
|
|
||||||
Availability: Unix, Windows.
|
Availability: Unix, Windows.
|
||||||
|
|
||||||
|
@ -1601,7 +1601,7 @@ features:
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
The :func:`stat` function.
|
The :func:`.stat` function.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
Added support for Windows 6.0 (Vista) symbolic links.
|
Added support for Windows 6.0 (Vista) symbolic links.
|
||||||
|
|
Loading…
Reference in New Issue