OK I finished a patch that exposes os.fullfsync on platforms that
support it, and I added the corresponding documentation in
Doc/library/os.rst
Any comments?
http://bugs.python.org/issue3517
-ian
On Thu, Aug 7, 2008 at 10:17 AM, Ian Charnas <[EMAIL PROTECTED]> wrote:
> Excellent
like to make another patch that exposes os.fullfsync on platforms that
support it, just like we already have os.fdatasync on supported
platforms.
That way, os.fsync remains untouched, and people wishing to get at
fullfsync may do so.
comments? Should I go ahead and make this patch?
many thanks,
made to that file by martin.v.loewis. christian.heimes,
facundo.batista, and gregory.p.smith. Would any of you fine folks
like to take a look at this? I believe it's a *very* small patch.
Many thanks, -Ian Charnas
[1] SQLite uses fullfsync on all platforms that define it:
http://www.sqlite