]> granicus.if.org Git - python/commit
Issue #5700: io.FileIO() called flush() after closing the file.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 22:35:09 +0000 (00:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 22:35:09 +0000 (00:35 +0200)
commita3712a9a6c9a05de287d2403cdb5aecbc417ce93
tree3631c05821b514328d9d4cec31f77f27d0570e53
parent5e3d7a401d8568d3308b8928b146a9c306bc3ca8
Issue #5700: io.FileIO() called flush() after closing the file.
flush() was not called in close() if closefd=False.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/fileio.c