This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author july
Recipients docs@python, july
Date 2015-04-26.19:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430075658.37.0.617374885608.issue24062@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-26 19:14:18julysetrecipients: + july, docs@python
2015-04-26 19:14:18julysetmessageid: <1430075658.37.0.617374885608.issue24062@psf.upfronthosting.co.za>
2015-04-26 19:14:18julylinkissue24062 messages
2015-04-26 19:14:18julycreate