]> granicus.if.org Git - python/commitdiff
no fdatasync on macos
authorBenjamin Peterson <benjamin@python.org>
Sat, 30 May 2009 03:10:52 +0000 (03:10 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 30 May 2009 03:10:52 +0000 (03:10 +0000)
Doc/library/os.rst

index b6792753af6201914d3c2fb3dceb637b8d263508..fc6f6546c835a660f762dced7267df8d03280fdf 100644 (file)
@@ -528,6 +528,9 @@ by file descriptors.
    Force write of file with filedescriptor *fd* to disk. Does not force update of
    metadata. Availability: Unix.
 
+   .. note::
+      This function is not available on MacOS.
+
 
 .. function:: fpathconf(fd, name)