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.
Created on 2015年04月26日 19:14 by july, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| doc-library-os-stat-links.diff | july, 2015年04月26日 19:14 | trivial patch for documentation | review | |
| Messages (3) | |||
|---|---|---|---|
| msg242070 - (view) | Author: July Tikhonov (july) * | Date: 2015年04月26日 19:14 | |
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. |
|||
| msg242108 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年04月27日 10:53 | |
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. Patch by July Tikhonov. https://hg.python.org/cpython/rev/18882c93f4bd |
|||
| msg242109 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2015年04月27日 10:55 | |
Thanks for the patch, July. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:16 | admin | set | github: 68250 |
| 2015年04月27日 10:55:17 | berker.peksag | set | status: open -> closed versions: - Python 3.6 nosy: + berker.peksag messages: + msg242109 resolution: fixed stage: resolved |
| 2015年04月27日 10:53:59 | python-dev | set | nosy:
+ python-dev messages: + msg242108 |
| 2015年04月26日 19:14:18 | july | create | |