[issue38652] Remove/update provisional note for asyncio.BufferedProtocol

Kyle Stanley report at bugs.python.org
Thu Oct 31 02:14:41 EDT 2019


New submission from Kyle Stanley <aeros167 at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 355739
nosy: aeros, asvetlov, docs at python, yselivanov
priority: normal
severity: normal
status: open
title: Remove/update provisional note for asyncio.BufferedProtocol
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38652>
_______________________________________


More information about the Python-bugs-list mailing list