close() implies flush()?

Posted by Adam Matan on Stack Overflow See other posts from Stack Overflow or by Adam Matan
Published on 2010-03-15T12:48:51Z Indexed on 2010/03/15 12:49 UTC
Read the original article Hit count: 411

Filed under:
|
|
|

Hi,

In Python, and in general - does close() operation on a file object implies a flush() operation?

Adam

© Stack Overflow or respective owner

Related posts about close

Related posts about flush