]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34613: document the correct value of limit argument of asyncio.StreamReader ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Sep 2018 18:57:45 +0000 (11:57 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 18:57:45 +0000 (11:57 -0700)
commitcb51dd7cac6a6e2a7ba67fa4cd328a68f630095b
treef289d57cc00265b860e050a36928a6f6144e203c
parent889f080a4d5cdb1cfb901b953f4b89f3ea806bbe
bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121)

The default value of asyncio.StreamReader *limit* is `_DEFAULT_LIMIT` instead of `None`.

<!-- issue-number: [bpo-34613](https://www.bugs.python.org/issue34613) -->
https://bugs.python.org/issue34613
<!-- /issue-number -->
(cherry picked from commit b4ec36200a959da70eba94c19826446a8efdffdd)

Co-authored-by: Bram <cortex@worlddomination.be>
Doc/library/asyncio-stream.rst