| commit | b4ec36200a959da70eba94c19826446a8efdffdd | [log] [tgz] |
|---|---|---|
| author | Bram <cortex@worlddomination.be> | Tue Sep 11 20:45:26 2018 +0200 |
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 11 11:45:26 2018 -0700 |
| tree | 3a14c00c9fbece7db9e00ba3876dd9567b3a655d | |
| parent | b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d [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 -->