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

Typo in os.rename docs #81735

Closed
roywellington mannequin opened this issue Jul 11, 2019 · 5 comments
Closed

Typo in os.rename docs #81735

roywellington mannequin opened this issue Jul 11, 2019 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir

Comments

@roywellington
Copy link
Mannequin

roywellington mannequin commented Jul 11, 2019

BPO 37554
Nosy @Mariatta, @miss-islington
PRs
  • closes bpo-37554: Remove q:q in os.rst documentation #14692
  • [3.7] closes bpo-37554: Remove q:q in os.rst documentation (GH-14692) #14712
  • [3.8] closes bpo-37554: Remove q:q in os.rst documentation (GH-14692) #14713
  • [3.7] closes bpo-37554: Remove q:q in os.rst documentation (GH-14692) #14714
  • 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 2019-07-11.17:31:54.083>
    created_at = <Date 2019-07-11.02:09:44.020>
    labels = ['3.7', '3.8', '3.9', 'docs']
    title = 'Typo in os.rename docs'
    updated_at = <Date 2019-07-11.17:48:05.648>
    user = 'https://bugs.python.org/roywellington'

    bugs.python.org fields:

    activity = <Date 2019-07-11.17:48:05.648>
    actor = 'miss-islington'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-07-11.17:31:54.083>
    closer = 'miss-islington'
    components = ['Documentation']
    creation = <Date 2019-07-11.02:09:44.020>
    creator = 'roy.wellington'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37554
    keywords = ['patch']
    message_count = 5.0
    messages = ['347647', '347693', '347694', '347695', '347697']
    nosy_count = 4.0
    nosy_names = ['docs@python', 'roy.wellington', 'Mariatta', 'miss-islington']
    pr_nums = ['14692', '14712', '14713', '14714']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37554'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @roywellington
    Copy link
    Mannequin Author

    roywellington mannequin commented Jul 11, 2019

    The documentation for os.rename (e.g., here, https://docs.python.org/3/library/os.html#os.rename but also for 3.8 and 3.9) currently reads,

    On Unix, if src is a file and dst is a directory or vice-versa, anq:q IsADirectoryError or a NotADirectoryError will be raised respectively.

    That "anq:q" should probably be just "an"; it appears someone tried to quit vim ;-)

    @roywellington roywellington mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Jul 11, 2019
    @roywellington roywellington mannequin added the docs Documentation in the Doc dir label Jul 11, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 7cbef72 by Miss Islington (bot) (Mariatta) in branch 'master':
    closes bpo-37554: Remove q:q in os.rst documentation (GH-14692)
    7cbef72

    @Mariatta
    Copy link
    Member

    Thanks for the report!

    @miss-islington
    Copy link
    Contributor

    New changeset 1071715 by Miss Islington (bot) in branch '3.8':
    closes bpo-37554: Remove q:q in os.rst documentation (GH-14692)
    1071715

    @miss-islington
    Copy link
    Contributor

    New changeset 71435f6 by Miss Islington (bot) in branch '3.7':
    closes bpo-37554: Remove q:q in os.rst documentation (GH-14692)
    71435f6

    @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
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants