diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-03-06 03:04:07 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-03-06 03:04:07 (GMT) |
commit | 54d0df69c0a57b5d5447f483494293354656c4fa (patch) | |
tree | 37c4c0e898a6fefb53359f83d5d6b23e23d1e992 /Misc | |
parent | 3aed8d511014df6409758706e5179aeeb7cc80ee (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |