diff options
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,6 +160,9 @@ Core and Builtins Library ------- +- Issue #16597: In buffered and text IO, call close() on the underlying stream + if invoking flush() fails. + - Issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) |