]> granicus.if.org Git - python/commit
Issue 24179: Support 'async for' for asyncio.StreamReader.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 13 May 2015 18:23:29 +0000 (14:23 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 13 May 2015 18:23:29 +0000 (14:23 -0400)
commit33c6b569b7b123976230c92c6d8e74b2c10fef2e
treefe2ad5b421ed45a15afdabd81ffc4395121c3bfa
parentd4be6914943fbc829bcbb62c3aa59f84c917c522
Issue 24179: Support 'async for' for asyncio.StreamReader.
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_pep492.py
Misc/NEWS