[Python-checkins] cpython (3.4): Issue #24062: Fix os.stat links. Patch by July Tikhonov.

berker.peksag python-checkins at python.org
Mon Apr 27 12:53:57 CEST 2015


https://hg.python.org/cpython/rev/5850f0c17c34
changeset:   95817:5850f0c17c34
branch:      3.4
parent:      95813:ec6ed10d611e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Apr 27 13:53:28 2015 +0300
summary:
  Issue #24062: Fix os.stat links. Patch by July Tikhonov.

files:
  Doc/library/os.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -772,7 +772,7 @@
 
    .. seealso::
 
-      The :func:`stat` function.
+      The :func:`.stat` function.
 
    Availability: Unix, Windows.
 
@@ -1601,7 +1601,7 @@
 
    .. seealso::
 
-      The :func:`stat` function.
+      The :func:`.stat` function.
 
    .. versionchanged:: 3.2
       Added support for Windows 6.0 (Vista) symbolic links.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list