summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-07-02 20:59:31 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-07-02 20:59:31 (GMT)
commite10920f0d1009ea33ce4b35b015a928b33a80867 (patch)
treeb738b9193496c999ceafdbab981120d21de07f3e /Misc/NEWS
parentee750d8f8da5a4789d6cae2879e6f7535baeef4c (diff)
downloadcpython-e10920f0d1009ea33ce4b35b015a928b33a80867.zip
cpython-e10920f0d1009ea33ce4b35b015a928b33a80867.tar.gz
cpython-e10920f0d1009ea33ce4b35b015a928b33a80867.tar.bz2
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
it ignored I/O errors if at least the first C call read() succeed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0efa815..0983a59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
+ it ignored I/O errors if at least the first C call read() succeed.
+
- Issue #21781: ssl.RAND_add() now supports strings longer than 2 GB.
- Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper