[issue24179] asyncio: support 'async for' for StreamReader

2015-05-13 Thread Yury Selivanov
Yury Selivanov added the comment: Guido, thanks for review. Closing the issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue24179] asyncio: support 'async for' for StreamReader

2015-05-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f6978343ef6 by Yury Selivanov in branch 'default': Issue 24179: Support 'async for' for asyncio.StreamReader. https://hg.python.org/cpython/rev/4f6978343ef6 -- nosy: +python-dev ___ Python tracker

[issue24179] asyncio: support 'async for' for StreamReader

2015-05-13 Thread Yury Selivanov
New submission from Yury Selivanov: 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 #24178) -- assignee: yselivanov components: asyncio files: aread.patch keywords: patch messages: 243105 nosy: