This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aeros
Recipients aeros, asvetlov, docs@python, yselivanov
Date 2019-10-31.06:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572502481.2.0.695475270667.issue38652@roundup.psfhosted.org>
In-reply-to
Content
In the documentation (https://docs.python.org/3.9/library/asyncio-protocol.html#buffered-streaming-protocols) for asyncio.BufferedProtocol there is a provisional API note. This should be updated/removed for 3.8 and 3.9 since it became a part of the stable API in 3.8.

Current:

> New in version 3.7: Important: this has been added to asyncio in Python 3.7 on a provisional basis! This is as an experimental API that might be changed or removed completely in Python 3.8.

I would propose to changing it to:

> New in version 3.7.
History
Date User Action Args
2019-10-31 06:14:41aerossetrecipients: + aeros, asvetlov, docs@python, yselivanov
2019-10-31 06:14:41aerossetmessageid: <1572502481.2.0.695475270667.issue38652@roundup.psfhosted.org>
2019-10-31 06:14:41aeroslinkissue38652 messages
2019-10-31 06:14:40aeroscreate