[issue24885] StreamReaderProtocol docs recommend using private API

2015-10-19 Thread Guido van Rossum
Changes by Guido van Rossum : -- assignee: -> gvanrossum resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pyth

[issue24885] StreamReaderProtocol docs recommend using private API

2015-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset d91208957e4e by Guido van Rossum in branch '3.4': Issue #24885: Update note in docs about stream convenience functions. https://hg.python.org/cpython/rev/d91208957e4e New changeset 43c63dd2f383 by Guido van Rossum in branch '3.5': Issue #24885: Upda

[issue24885] StreamReaderProtocol docs recommend using private API

2015-10-19 Thread Guido van Rossum
Guido van Rossum added the comment: I just re-read the docs here (which came straight from the open_connection() docstring). The parenthetical remark is confusing -- I meant something more like """ If you want to use different classes than StreamReader, StreamReaderProtocol and StreamWriter, j

[issue24885] StreamReaderProtocol docs recommend using private API

2015-08-18 Thread Aymeric Augustin
New submission from Aymeric Augustin: https://docs.python.org/3/library/asyncio-stream.html?highlight=streamreaderprotocol#stream-functions says: > (If you want to customize the StreamReader and/or StreamReaderProtocol > classes, just copy the code – there’s really nothing special here except