summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-12-20 18:55:52 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-12-20 18:55:52 (GMT)
commit92014420d7a19c339a28e9e0115cd80417b3a843 (patch)
tree07d0cee705f1e2f3a0095e46b9c794a79856c34a
parenta2d6d7121e1e6c7484003ddaf2f9fbe1a32a5a0e (diff)
downloadcpython-92014420d7a19c339a28e9e0115cd80417b3a843.zip
cpython-92014420d7a19c339a28e9e0115cd80417b3a843.tar.gz
cpython-92014420d7a19c339a28e9e0115cd80417b3a843.tar.bz2
add news note (#16597)
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f5460a..268e438 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)