]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36889: Document Stream class and add docstrings (GH-14488)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2019 11:23:43 +0000 (04:23 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 11:23:43 +0000 (04:23 -0700)
commitb9bfe143d151d184615fa3890f78874c5d4ed4c6
tree02a95a3c069ba971261a4a1ea36af3691757baa9
parent52c99aeb9f454b26baca61c545202057c7259bcf
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
(cherry picked from commit d31b31516c71890e8735606aec1dbf2bfb8fd6be)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
Doc/library/asyncio-api-index.rst
Doc/library/asyncio-stream.rst
Lib/asyncio/streams.py