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: support 'async for' for StreamReader #68367

Closed
1st1 opened this issue May 13, 2015 · 3 comments
Closed

asyncio: support 'async for' for StreamReader #68367

1st1 opened this issue May 13, 2015 · 3 comments
Assignees
Labels
topic-asyncio type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented May 13, 2015

BPO 24179
Nosy @gvanrossum, @vstinner, @asvetlov, @1st1
Files
  • aread.patch
  • 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 = 'https://github.com/1st1'
    closed_at = <Date 2015-05-13.18:39:41.918>
    created_at = <Date 2015-05-13.17:04:08.555>
    labels = ['type-feature', 'expert-asyncio']
    title = "asyncio: support 'async for' for StreamReader"
    updated_at = <Date 2015-05-13.18:39:41.916>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2015-05-13.18:39:41.916>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2015-05-13.18:39:41.918>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2015-05-13.17:04:08.555>
    creator = 'yselivanov'
    dependencies = []
    files = ['39362']
    hgrepos = []
    issue_num = 24179
    keywords = ['patch']
    message_count = 3.0
    messages = ['243105', '243113', '243114']
    nosy_count = 5.0
    nosy_names = ['gvanrossum', 'vstinner', 'asvetlov', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24179'
    versions = ['Python 3.5']

    @1st1
    Copy link
    Member Author

    1st1 commented May 13, 2015

    This patch adds support for 'async for' syntax for StreamReader.

    The issue is opened on bugs.python.org instead of asyncio GH (same as issue bpo-24178)

    @1st1 1st1 self-assigned this May 13, 2015
    @1st1 1st1 added topic-asyncio type-feature A feature request or enhancement labels May 13, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 13, 2015

    New changeset 4f6978343ef6 by Yury Selivanov in branch 'default':
    bpo-24179: Support 'async for' for asyncio.StreamReader.
    https://hg.python.org/cpython/rev/4f6978343ef6

    @1st1
    Copy link
    Member Author

    1st1 commented May 13, 2015

    Guido, thanks for review. Closing the issue.

    @1st1 1st1 closed this as completed May 13, 2015
    @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
    topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant