mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
This commit is contained in:
commit
0f51d04b47
1 changed files with 2 additions and 2 deletions
|
@ -773,7 +773,7 @@ as internal buffering of data.
|
|||
|
||||
.. seealso::
|
||||
|
||||
The :func:`stat` function.
|
||||
The :func:`.stat` function.
|
||||
|
||||
Availability: Unix, Windows.
|
||||
|
||||
|
@ -1647,7 +1647,7 @@ features:
|
|||
|
||||
.. seealso::
|
||||
|
||||
The :func:`stat` function.
|
||||
The :func:`.stat` function.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
Added support for Windows 6.0 (Vista) symbolic links.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue