Charles-Francois Natali <neolo...@free.fr> added the comment:

I know that POSIX makes no guarantee regarding durable writes, but IMHO that's 
definitely wrong, in the sense that when one calls fsync, he expects the data 
to be committed to disk and be durable.
Fixing this deficiency through Python's exposed fsync might thus be a good idea 
(for example, the Window version probably doesn't call fsync, so it's already 
not a direct mapping).

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11877>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to