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 c368fd6 commit a9200d3Copy full SHA for a9200d3
Misc/NEWS.d/next/Library/2025-09-09-17-57-49.gh-issue-138720.hAtsm-.rst
@@ -1,4 +1,4 @@
1
-Fix an issue where the :class:`BufferedIOBase` implementation of
2
-:meth:`~IOBase.close` would think the I/O object was open and call
3
-:meth:`~IOBase.flush` which would error that the file was already closed by
+Fix an issue where the :class:`io.BufferedIOBase` implementation of
+:meth:`~io.IOBase.close` would think the I/O object was open and call
+:meth:`~io.IOBase.flush` which would error that the file was already closed by
4
making the two implementations use the same logic.
0 commit comments