This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients nadeem.vawda, neologix, pitrou, ronaldoussoren, santoso.wijaya, sdaoden, vstinner
Date 2011-05-17.20:59:39
SpamBayes Score 0.00013830847
Marked as misclassified No
Message-id <1305665979.92.0.751152957288.issue11877@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like the API because it gives a different behaviour depending on the OS and I don't see how to check that the function does really a full sync.

I would prefer a new option os.fullsync() function which is like your os.fsync(fd, full_sync=False), except that the function doesn't exist if the OS doesn't implement it.
History
Date User Action Args
2011-05-17 20:59:40vstinnersetrecipients: + vstinner, ronaldoussoren, pitrou, nadeem.vawda, neologix, santoso.wijaya, sdaoden
2011-05-17 20:59:39vstinnersetmessageid: <1305665979.92.0.751152957288.issue11877@psf.upfronthosting.co.za>
2011-05-17 20:59:39vstinnerlinkissue11877 messages
2011-05-17 20:59:39vstinnercreate