[docs] [issue24062] links to os.stat() in documentation lead to stat module instead
July Tikhonov
report at bugs.python.org
Sun Apr 26 21:14:18 CEST 2015
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 links appeared.
Attached patch applies to 3.5, although 3.4 has the same problem.
----------
assignee: docs at python
components: Documentation
files: doc-library-os-stat-links.diff
keywords: patch
messages: 242070
nosy: docs at python, july
priority: normal
severity: normal
status: open
title: links to os.stat() in documentation lead to stat module instead
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39209/doc-library-os-stat-links.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24062>
_______________________________________
More information about the docs
mailing list