[issue20696] asyncio.docs: Document StreamReader an other streams module APIs

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc8331171f14 by Yury Selivanov in branch '3.4': asyncio.docs: Improve documentation of Streams. Issue #20696. http://hg.python.org/cpython/rev/dc8331171f14 -- ___ Python tracker

[issue20696] asyncio.docs: Document StreamReader an other streams module APIs

2014-02-20 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue20696] asyncio.docs: Document StreamReader an other streams module APIs

2014-02-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1c35d3114ea1 by Yury Selivanov in branch 'default': asyncio.docs: Improve documentation of Streams. Issue #20696. http://hg.python.org/cpython/rev/1c35d3114ea1 -- nosy: +python-dev ___ Python tracker

[issue20696] asyncio.docs: Document StreamReader an other streams module APIs

2014-02-19 Thread Yury Selivanov
New submission from Yury Selivanov: Patch is attached, please review. -- assignee: yselivanov components: Documentation files: asyncio_docs_streams_01.patch keywords: patch messages: 211681 nosy: gvanrossum, haypo, larry, yselivanov priority: release blocker severity: normal stage: patch