[New-bugs-announce] [issue24179] asyncio: support 'async for' for StreamReader

Yury Selivanov report at bugs.python.org
Wed May 13 19:04:08 CEST 2015


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: asvetlov, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
stage: patch review
status: open
title: asyncio: support 'async for' for StreamReader
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39362/aread.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24179>
_______________________________________


More information about the New-bugs-announce mailing list