8000 Add .. versionadded · python/cpython@56a38a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56a38a0

Browse files
committed
Add .. versionadded
1 parent 1e1ea41 commit 56a38a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/typing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2823,6 +2823,8 @@ decorated with :func:`@runtime_checkable <runtime_checkable>`.
28232823

28242824
Protocol for reading from a file or other input stream.
28252825

2826+
.. versionadded:: next
2827+
28262828
.. method:: read(size=...)
28272829

28282830
Read data from the input stream and return it. If ``size`` is
@@ -2848,6 +2850,8 @@ decorated with :func:`@runtime_checkable <runtime_checkable>`.
28482850

28492851
Protocol for writing to a file or other output stream.
28502852

2853+
.. versionadded:: next
2854+
28512855
.. method:: write(data)
28522856

28532857
Write data to the output stream and return number of items

0 commit comments

Comments
 (0)
0