mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix duplicating words words. (GH-6296)
Most of them have been added in 3.7.
This commit is contained in:
parent
aa50bf08e6
commit
bac2d5ba30
11 changed files with 13 additions and 13 deletions
|
@ -105,7 +105,7 @@ class Protocol(BaseProtocol):
|
|||
class BufferedProtocol(BaseProtocol):
|
||||
"""Interface for stream protocol with manual buffer control.
|
||||
|
||||
Important: this has been been added to asyncio in Python 3.7
|
||||
Important: this has been added to asyncio in Python 3.7
|
||||
*on a provisional basis*! Consider it as an experimental API that
|
||||
might be changed or removed in Python 3.8.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue