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