[issue36807] IDLE doesn't call os.fsync()

Terry J. Reedy report at bugs.python.org
Mon May 6 02:30:35 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

This seems like a good idea.   I am assuming that open('somename', ...) always result in a file object with .fileno defined.

Although I am mostly not touching 2.7, this should be easy to do.  It will have to be done manually since iomenu was then IOBinding.

----------
versions: +Python 2.7 -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36807>
_______________________________________


More information about the Python-bugs-list mailing list