We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = 'https://github.com/1st1' closed_at = <Date 2015-05-14.16:20:21.699> created_at = <Date 2015-05-14.03:24:31.614> labels = ['type-feature', 'library'] title = 'PEP 492: Add AsyncIterator and AsyncIterable to collections.abc' updated_at = <Date 2015-05-14.16:20:21.698> user = 'https://github.com/1st1'
bugs.python.org fields:
activity = <Date 2015-05-14.16:20:21.698> actor = 'yselivanov' assignee = 'yselivanov' closed = True closed_date = <Date 2015-05-14.16:20:21.699> closer = 'yselivanov' components = ['Library (Lib)'] creation = <Date 2015-05-14.03:24:31.614> creator = 'yselivanov' dependencies = [] files = ['39369'] hgrepos = [] issue_num = 24184 keywords = ['patch'] message_count = 3.0 messages = ['243148', '243207', '243208'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'ncoghlan', 'vstinner', 'asvetlov', 'python-dev', 'yselivanov'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue24184' versions = ['Python 3.5']
The text was updated successfully, but these errors were encountered:
The attached patch adds AsyncIterator & AsyncIterable to collections.abc module.
Sorry, something went wrong.
New changeset 4347ce7acd84 by Yury Selivanov in branch 'default': bpo-24184: Add AsyncIterator and AsyncIterable to collections.abc. https://hg.python.org/cpython/rev/4347ce7acd84
Thank you Guido for the review! Committed to the default branch.
1st1
No branches or pull requests
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: