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.

classification
Title: doc: macOS supports os.fsync(fd)
Type: Stage: resolved
Components: Documentation, macOS Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, malin, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2021-08-14 05:59 by malin, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg399583 - (view) Author: Ma Lin (malin) * Date: 2021-08-14 05:59
The doc of os.fsync() said:
    Availability: Unix, Windows.
https://docs.python.org/3.11/library/os.html#os.fsync

But it seems that macOS supports fsync.
(I'm not a macOS user)
msg399584 - (view) Author: Ma Lin (malin) * Date: 2021-08-14 06:01
Unix includes macOS.

Very sorry, close as invalid.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89075
2021-08-14 06:01:34malinsetstatus: open -> closed

messages: + msg399584
stage: resolved
2021-08-14 05:59:40malincreate