[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks Ned. I went ahead and committed the patch. -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset ae1dba7e7d04 by Yury Selivanov in branch '3.6': Issue #28720: Add collections.abc.AsyncGenerator. https://hg.python.org/cpython/rev/ae1dba7e7d04 New changeset fb9c8fdef3ec by Yury Selivanov in branch 'default': Merge 3.6 (issue #28720) https://hg.py

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Ned Deily
Ned Deily added the comment: OK for 3.6.0b4 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Yury Selivanov
Changes by Yury Selivanov : Removed file: http://bugs.python.org/file45512/agen_abc.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Yury Selivanov
Changes by Yury Selivanov : Added file: http://bugs.python.org/file45513/agen_abc.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Yury Selivanov
New submission from Yury Selivanov: This patch adds collections.abc.AsyncGenerator (closely modelled after collections.abc.Generator). Ned, is it OK if this goes into 3.6? This is something I completely forgot to do as part of PEP 525. This ABC is needed for asynchronous generators compiled