Skip to content

Commit 632511a

Browse files
committed
Update whatsnew
1 parent 0325f5a commit 632511a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,11 @@ io
597597
:exc:`BlockingIOError` if the operation cannot immediately return bytes.
598598
(Contributed by Giovanni Siragusa in :gh:`109523`.)
599599

600+
* Add protocols :class:`io.Reader` and :class:`io.Writer` as a simpler
601+
alternatives to the pseudo-protocols :class:`typing.IO`,
602+
:class:`typing.TextIO`, and :class:`typing.BinaryIO`.
603+
(Contributed by Sebastian Rittau in :gh:`127648`.)
604+
600605

601606
json
602607
----
@@ -865,15 +870,6 @@ turtle
865870
(Contributed by Marie Roald and Yngve Mardal Moe in :gh:`126350`.)
866871

867872

868-
typing
869-
------
870-
871-
* Add protocols :class:`typing.Reader` and :class:`typing.Writer` as a simpler
872-
alternatives to the pseudo-protocols :class:`typing.IO`,
873-
:class:`typing.TextIO`, and :class:`typing.BinaryIO`.
874-
(Contributed by Sebastian Rittau in :gh:`127648`.)
875-
876-
877873
unicodedata
878874
-----------
879875

0 commit comments

Comments
 (0)