]> 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:53 +0000 (00:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 22:35:53 +0000 (00:35 +0200)
commit254dd59068e027f98a1f9ac5b81e43e4685e5ac6
tree5d19e8dacb9eec2902dc7db23c765fa61b9cd0a4
parent7065f376e08bce1657904d3b2acb9989949f3efc
parenta3712a9a6c9a05de287d2403cdb5aecbc417ce93
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