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

doc: issue in a sentence in py_compile #85889

Closed
SeanChao mannequin opened this issue Sep 5, 2020 · 4 comments
Closed

doc: issue in a sentence in py_compile #85889

SeanChao mannequin opened this issue Sep 5, 2020 · 4 comments
Labels
3.10 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@SeanChao
Copy link
Mannequin

SeanChao mannequin commented Sep 5, 2020

BPO 41723
Nosy @benjaminp, @ZackerySpytz, @miss-islington, @SeanChao
PRs
  • bpo-41723: Fix an error in the py_compile documentation #22110
  • [3.8] closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) #22117
  • [3.9] closes bpo-41723: Fix an error in the py_compile documentation (GH-22110). #22118
  • 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 2020-09-06.03:39:36.669>
    created_at = <Date 2020-09-05.02:53:13.929>
    labels = ['type-feature', '3.10', 'docs']
    title = 'doc: issue in a sentence in py_compile'
    updated_at = <Date 2020-09-06.03:54:50.746>
    user = 'https://github.com/SeanChao'

    bugs.python.org fields:

    activity = <Date 2020-09-06.03:54:50.746>
    actor = 'benjamin.peterson'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2020-09-06.03:39:36.669>
    closer = 'benjamin.peterson'
    components = ['Documentation']
    creation = <Date 2020-09-05.02:53:13.929>
    creator = 'SeanChao'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41723
    keywords = ['patch']
    message_count = 4.0
    messages = ['376424', '376453', '376454', '376456']
    nosy_count = 5.0
    nosy_names = ['benjamin.peterson', 'docs@python', 'ZackerySpytz', 'miss-islington', 'SeanChao']
    pr_nums = ['22110', '22117', '22118']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue41723'
    versions = ['Python 3.10']

    @SeanChao
    Copy link
    Mannequin Author

    SeanChao mannequin commented Sep 5, 2020

    I think in https://docs.python.org/3.10/library/py_compile.html#py_compile.compile
    the sentence:

    If dfile is specified, it is used as the name of the source file in error messages when instead of file.
    should not have the 'when'.

    @SeanChao SeanChao mannequin added the 3.10 only security fixes label Sep 5, 2020
    @SeanChao SeanChao mannequin assigned docspython Sep 5, 2020
    @SeanChao SeanChao mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Sep 5, 2020
    @benjaminp
    Copy link
    Contributor

    New changeset 5371a46 by Zackery Spytz in branch 'master':
    closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
    5371a46

    @miss-islington
    Copy link
    Contributor

    New changeset 4e581d6 by Miss Islington (bot) in branch '3.8':
    closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
    4e581d6

    @benjaminp
    Copy link
    Contributor

    New changeset b6d2acb by Benjamin Peterson in branch '3.9':
    [3.9] closes bpo-41723: Fix an error in the py_compile documentation. (GH-22118)
    b6d2acb

    @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.10 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants