commit | e02ca4270ef258162215e345c23025bec27f9eb0 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 11 11:59:29 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 11 11:59:29 2018 -0700 |
tree | 49e5865288927a77bd11557298c41c4e8121db87 | |
parent | 3e648f8371e342ccfa663ad77e82a538fcc8c9fb [diff] |
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>