commit | a3712a9a6c9a05de287d2403cdb5aecbc417ce93 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 21 00:35:09 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 21 00:35:09 2015 +0200 |
tree | 3631c05821b514328d9d4cec31f77f27d0570e53 | |
parent | 5e3d7a401d8568d3308b8928b146a9c306bc3ca8 [diff] |
Issue #5700: io.FileIO() called flush() after closing the file. flush() was not called in close() if closefd=False.