[issue24184] PEP 492: Add AsyncIterator and AsyncIterable to collections.abc

2015-05-14 Thread Yury Selivanov
Yury Selivanov added the comment: Thank you Guido for the review! Committed to the default branch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue24184] PEP 492: Add AsyncIterator and AsyncIterable to collections.abc

2015-05-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4347ce7acd84 by Yury Selivanov in branch 'default': Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. https://hg.python.org/cpython/rev/4347ce7acd84 -- nosy: +python-dev ___ Python trac

[issue24184] PEP 492: Add AsyncIterator and AsyncIterable to collections.abc

2015-05-13 Thread Yury Selivanov
New submission from Yury Selivanov: The attached patch adds AsyncIterator & AsyncIterable to collections.abc module. -- assignee: yselivanov components: Library (Lib) files: async_abc.patch keywords: patch messages: 243148 nosy: asvetlov, gvanrossum, haypo, ncoghlan, yselivanov priority: