File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
601606json
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-
877873unicodedata
878874-----------
879875
You can’t perform that action at this time.
0 commit comments