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 malin
Recipients docs@python, malin, ned.deily, ronaldoussoren
Date 2021-08-14.05:59:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628920780.23.0.904216312785.issue44912@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2021-08-14 05:59:40malinsetrecipients: + malin, ronaldoussoren, ned.deily, docs@python
2021-08-14 05:59:40malinsetmessageid: <1628920780.23.0.904216312785.issue44912@roundup.psfhosted.org>
2021-08-14 05:59:40malinlinkissue44912 messages
2021-08-14 05:59:39malincreate