]> granicus.if.org Git - python/commit
bpo-36889: Document Stream class and add docstrings (GH-14488)
authorXtreak <tir.karthi@gmail.com>
Fri, 13 Sep 2019 10:52:38 +0000 (11:52 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2019 10:52:38 +0000 (03:52 -0700)
commitd31b31516c71890e8735606aec1dbf2bfb8fd6be
tree748eaf8c8c5f0bb568be16ed1a06fa76ceafa6e7
parent6a517c674907c195660fa9178a7b561de49cc721
bpo-36889: Document Stream class and add docstrings (GH-14488)

* This just copies the docs from `StreamWriter` and `StreamReader`.
* Add docstring for asyncio functions.

https://bugs.python.org/issue36889

Automerge-Triggered-By: @asvetlov
Doc/library/asyncio-api-index.rst
Doc/library/asyncio-stream.rst
Lib/asyncio/streams.py