]> 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:34:20 +0000 (00:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 22:34:20 +0000 (00:34 +0200)
commit3173f7c904c057f22642d570a4be2694cacd5b15
tree8e0d609a0fa5d24d18c2cb258468b2acad420653
parentdc9d41d71820b255ba21683578aac7c9129cf0ce
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