commit | 54d0df69c0a57b5d5447f483494293354656c4fa | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Fri Mar 06 03:04:07 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Fri Mar 06 03:04:07 2009 +0000 |
tree | 37c4c0e898a6fefb53359f83d5d6b23e23d1e992 | |
parent | 3aed8d511014df6409758706e5179aeeb7cc80ee [diff] [blame] |
Issue #5334: array.fromfile() failed to insert values when EOFError was raised. Reviewed by Benjamin Peterson.
diff --git a/Misc/NEWS b/Misc/NEWS index 24b8729..f55944a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -183,6 +183,8 @@ 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.