From: Benjamin Peterson Date: Sat, 30 May 2009 03:10:52 +0000 (+0000) Subject: no fdatasync on macos X-Git-Tag: v2.7a1~1071 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecf3c624405ed858344d1df8814cd5dc58f1834c;p=python no fdatasync on macos --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b6792753af..fc6f6546c8 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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)