summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-03-06 03:04:07 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-03-06 03:04:07 (GMT)
commit54d0df69c0a57b5d5447f483494293354656c4fa (patch)
tree37c4c0e898a6fefb53359f83d5d6b23e23d1e992 /Misc
parent3aed8d511014df6409758706e5179aeeb7cc80ee (diff)
downloadcpython-54d0df69c0a57b5d5447f483494293354656c4fa.zip
cpython-54d0df69c0a57b5d5447f483494293354656c4fa.tar.gz
cpython-54d0df69c0a57b5d5447f483494293354656c4fa.tar.bz2
Issue #5334: array.fromfile() failed to insert values when EOFError was raised.
Reviewed by Benjamin Peterson.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24b8729..f55944a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,8 @@ Core and Builtins
Library
-------
+- Issue #5334: array.fromfile() failed to insert values when EOFError was raised.
+
- Issue #5385: Fixed mmap crash after resize failure on windows.
- Issue #5179: Fixed subprocess handle leak on failure on windows.