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

asyncio.coroutine documented as removed in 3.10 #90198

Closed
Zabolekar mannequin opened this issue Dec 10, 2021 · 2 comments
Closed

asyncio.coroutine documented as removed in 3.10 #90198

Zabolekar mannequin opened this issue Dec 10, 2021 · 2 comments
Labels
3.10 only security fixes docs Documentation in the Doc dir easy topic-asyncio

Comments

@Zabolekar
Copy link
Mannequin

Zabolekar mannequin commented Dec 10, 2021

BPO 46040
Nosy @asvetlov, @1st1, @Zabolekar
PRs
  • [3.10] bpo-46040: Fix removal text for @asyncio.coroutine #30061
  • 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 2021-12-11.18:28:26.534>
    created_at = <Date 2021-12-10.18:28:22.007>
    labels = ['easy', 'docs', '3.10', 'expert-asyncio']
    title = 'asyncio.coroutine documented as removed in 3.10'
    updated_at = <Date 2021-12-11.18:28:26.533>
    user = 'https://github.com/Zabolekar'

    bugs.python.org fields:

    activity = <Date 2021-12-11.18:28:26.533>
    actor = 'asvetlov'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2021-12-11.18:28:26.534>
    closer = 'asvetlov'
    components = ['Documentation', 'asyncio']
    creation = <Date 2021-12-10.18:28:22.007>
    creator = 'Zabolekar'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46040
    keywords = ['patch', 'easy']
    message_count = 2.0
    messages = ['408240', '408329']
    nosy_count = 4.0
    nosy_names = ['asvetlov', 'docs@python', 'yselivanov', 'Zabolekar']
    pr_nums = ['30061']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue46040'
    versions = ['Python 3.10']

    @Zabolekar
    Copy link
    Mannequin Author

    Zabolekar mannequin commented Dec 10, 2021

    https://docs.python.org/3.10/library/asyncio-task.html#generator-based-coroutines

    This page says about asyncio.coroutine:

    Deprecated since version 3.8, removed in version 3.10
    

    However, asyncio.coroutine is still working in 3.10 and has been removed, as far as I can see, here: https://bugs.python.org/issue43216.

    @Zabolekar Zabolekar mannequin added the 3.10 only security fixes label Dec 10, 2021
    @Zabolekar Zabolekar mannequin assigned docspython Dec 10, 2021
    @Zabolekar Zabolekar mannequin added docs Documentation in the Doc dir 3.10 only security fixes labels Dec 10, 2021
    @Zabolekar Zabolekar mannequin assigned docspython Dec 10, 2021
    @Zabolekar Zabolekar mannequin added the docs Documentation in the Doc dir label Dec 10, 2021
    @asvetlov
    Copy link
    Contributor

    New changeset 9917366 by Andrew Svetlov in branch '3.10':
    [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)
    9917366

    @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 easy topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants