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

Missing documentation for typing.AsyncContextManager #77602

Closed
travigd mannequin opened this issue May 3, 2018 · 2 comments
Closed

Missing documentation for typing.AsyncContextManager #77602

travigd mannequin opened this issue May 3, 2018 · 2 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@travigd
Copy link
Mannequin

travigd mannequin commented May 3, 2018

BPO 33421
Nosy @ezio-melotti, @merwok, @willingc, @ilevkivskyi, @travigd
PRs
  • bpo-33421: Add AsyncContextManager to typing module documentation. #6700
  • bpo-33421: Add AsyncContextManager to typing module documentation (Python 3.7+). #6822
  • bpo-33421: Add AsyncContextManager to typing module documentation (Python 3.6). #6823
  • [3.7] bpo-33421: Add AsyncContextManager to typing module documentation. (GH-6822) #6839
  • 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 2018-05-23.15:15:27.714>
    created_at = <Date 2018-05-03.23:33:14.795>
    labels = ['3.8', 'type-feature', '3.7', 'docs']
    title = 'Missing documentation for typing.AsyncContextManager'
    updated_at = <Date 2018-05-23.15:15:27.712>
    user = 'https://github.com/travigd'

    bugs.python.org fields:

    activity = <Date 2018-05-23.15:15:27.712>
    actor = 'levkivskyi'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-05-23.15:15:27.714>
    closer = 'levkivskyi'
    components = ['Documentation']
    creation = <Date 2018-05-03.23:33:14.795>
    creator = 'Travis DePrato'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33421
    keywords = ['patch']
    message_count = 2.0
    messages = ['316145', '317416']
    nosy_count = 6.0
    nosy_names = ['ezio.melotti', 'eric.araujo', 'docs@python', 'willingc', 'levkivskyi', 'Travis DePrato']
    pr_nums = ['6700', '6822', '6823', '6839']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33421'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    @travigd
    Copy link
    Mannequin Author

    travigd mannequin commented May 3, 2018

    The documentation for the typing module makes no mention of AsyncContextManager, which is defined in Lib/typing.py as

        AsyncContextManager = _alias(contextlib.AbstractAsyncContextManager, T_co)

    as of >= Python 3.8; before 3.8, no such AbstractAsyncContextManager class exists.

    @travigd travigd mannequin added 3.7 (EOL) end of life 3.8 only security fixes labels May 3, 2018
    @travigd travigd mannequin assigned docspython May 3, 2018
    @travigd travigd mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels May 3, 2018
    @ilevkivskyi
    Copy link
    Member

    This is now fixed.

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

    No branches or pull requests

    1 participant