]> granicus.if.org Git - python/commit
Issue #17976: Fixed potential problem with file.write() not detecting IO error
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Dec 2013 12:40:06 +0000 (14:40 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Dec 2013 12:40:06 +0000 (14:40 +0200)
commit6d562319d2ec43fb226861306b0d191aa1792489
treefbad7d5761615b80cd99fbadfee0dfab825f998d
parent2f43b635436b9c95338194feed8cc4540e6d96fd
Issue #17976: Fixed potential problem with file.write() not detecting IO error
by inspecting the return value of fwrite().  Based on patches by Jaakko Moisio
and test by Victor Stinner.
Lib/test/test_file2k.py
Misc/ACKS
Misc/NEWS
Objects/fileobject.c