[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2019-05-25 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-11 Thread miss-islington
miss-islington added the comment: New changeset e02ca4270ef258162215e345c23025bec27f9eb0 by Miss Islington (bot) in branch '3.7': bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) https://github.com/python/cpython/commit/e02ca4270ef258162215e345c23025b

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-11 Thread miss-islington
miss-islington added the comment: New changeset cb51dd7cac6a6e2a7ba67fa4cd328a68f630095b by Miss Islington (bot) in branch '3.6': bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) https://github.com/python/cpython/commit/cb51dd7cac6a6e2a7ba67fa4cd328a6

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8615 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8614 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-11 Thread miss-islington
miss-islington added the comment: New changeset b4ec36200a959da70eba94c19826446a8efdffdd by Miss Islington (bot) (Bram) in branch 'master': bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) https://github.com/python/cpython/commit/b4ec36200a959da70eba9

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-09 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +8574 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None

2018-09-09 Thread Laurent Peuch
New submission from Laurent Peuch : asyncio.StreamReader documentation incorrectly declare its initialization argument "limit" to be "None" by default https://docs.python.org/3/library/asyncio-stream.html#asyncio.StreamReader In the source code it is set to _DEFAULT_LIMIT https://github.com/