Skip to content

Commit ef75829

Browse files
committed
add blurb
1 parent e93877d commit ef75829

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)