[issue24062] links to os.stat() in documentation lead to stat module instead

2015-04-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, July. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker __

[issue24062] links to os.stat() in documentation lead to stat module instead

2015-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5850f0c17c34 by Berker Peksag in branch '3.4': Issue #24062: Fix os.stat links. Patch by July Tikhonov. https://hg.python.org/cpython/rev/5850f0c17c34 New changeset 18882c93f4bd by Berker Peksag in branch 'default': Issue #24062: Fix os.stat links.

[issue24062] links to os.stat() in documentation lead to stat module instead

2015-04-26 Thread July Tikhonov
New submission from July Tikhonov: Documentation of os.fstat() https://docs.python.org/3/library/os.html#os.fstat has a "See also:" section, which features a wrong link. The same with os.lstat(). Some of this problem was fixed (among other things) in issue 10960. But since then, two more wrong