The Python Oracle

What exactly is file.flush() doing?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Over a Mysterious Island Looping

--

Chapters
00:00 Question
00:40 Accepted answer (Score 279)
03:13 Answer 2 (Score 13)
03:34 Answer 3 (Score 8)
04:12 Answer 4 (Score 0)
04:42 Thank you

--

Full question
https://stackoverflow.com/questions/7127...

Question links:
[documentation for File Objects]: https://docs.python.org/2/library/stdtyp...
[os.fsync()]: https://docs.python.org/2/library/os.htm...

Answer 2 links:
http://docs.python.org/library/stdtypes....

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #io #outputbuffering #fsync

#avk47