Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

links to os.stat() in documentation lead to stat module instead #68250

Closed
tifv mannequin opened this issue Apr 26, 2015 · 3 comments
Closed

links to os.stat() in documentation lead to stat module instead #68250

tifv mannequin opened this issue Apr 26, 2015 · 3 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@tifv
Copy link
Mannequin

tifv mannequin commented Apr 26, 2015

BPO 24062
Nosy @tifv, @berkerpeksag
Files
  • doc-library-os-stat-links.diff: trivial patch for documentation
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2015-04-27.10:55:17.505>
    created_at = <Date 2015-04-26.19:14:18.319>
    labels = ['type-feature', 'docs']
    title = 'links to os.stat() in documentation lead to stat module instead'
    updated_at = <Date 2015-04-27.10:55:17.502>
    user = 'https://github.com/tifv'

    bugs.python.org fields:

    activity = <Date 2015-04-27.10:55:17.502>
    actor = 'berker.peksag'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2015-04-27.10:55:17.505>
    closer = 'berker.peksag'
    components = ['Documentation']
    creation = <Date 2015-04-26.19:14:18.319>
    creator = 'july'
    dependencies = []
    files = ['39209']
    hgrepos = []
    issue_num = 24062
    keywords = ['patch']
    message_count = 3.0
    messages = ['242070', '242108', '242109']
    nosy_count = 4.0
    nosy_names = ['july', 'docs@python', 'python-dev', 'berker.peksag']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24062'
    versions = ['Python 3.4', 'Python 3.5']

    @tifv
    Copy link
    Mannequin Author

    tifv mannequin commented Apr 26, 2015

    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 bpo-10960. But since then, two more wrong links appeared.

    Attached patch applies to 3.5, although 3.4 has the same problem.

    @tifv tifv mannequin assigned docspython Apr 26, 2015
    @tifv tifv mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Apr 26, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Apr 27, 2015

    New changeset 5850f0c17c34 by Berker Peksag in branch '3.4':
    Issue bpo-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 bpo-24062: Fix os.stat links. Patch by July Tikhonov.
    https://hg.python.org/cpython/rev/18882c93f4bd

    @berkerpeksag
    Copy link
    Member

    Thanks for the patch, July.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant