From: Serhiy Storchaka Date: Fri, 20 Feb 2015 22:35:53 +0000 (+0200) Subject: Issue #5700: io.FileIO() called flush() after closing the file. X-Git-Tag: v3.5.0a2~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=254dd59068e027f98a1f9ac5b81e43e4685e5ac6;p=python Issue #5700: io.FileIO() called flush() after closing the file. flush() was not called in close() if closefd=False. --- 254dd59068e027f98a1f9ac5b81e43e4685e5ac6