does close() imply flush() in Python?

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:59 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

Hi,

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

Adam

© Stack Overflow or respective owner

Related posts about close

Related posts about flush