We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bfaa8 commit 947ff62Copy full SHA for 947ff62
1 file changed
Misc/NEWS.d/next/Library/2025-05-21-13-28-43.gh-issue-85383.NCmYBp.rst
@@ -1,3 +1,3 @@
1
-Improve behavior of :meth:`TextIOWrapper.write` when there is a partial write
2
-caused by underlying buffer being :class:`RawIOBase` (:gh:`91606` :gh:`85393`)
+Improve behavior of :meth:`io.TextIOWrapper.write` when there is a partial write
+caused by underlying buffer being :class:`io.RawIOBase` (:gh:`91606` :gh:`85393`)
3
or if there is a :exc:`BlockingIOError` :gh:`97531`
0 commit comments