]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fsync(): Implemented for Windows, via calling MS _commit. This counts
authorTim Peters <tim.peters@gmail.com>
Wed, 23 Apr 2003 20:14:12 +0000 (20:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 23 Apr 2003 20:14:12 +0000 (20:14 +0000)
commitc18cc56c2115dad6a118097d0fd722428364b4d2
tree650e8a436bef11abffdf4362ba148acfc5e68316
parent1fb996f3c016bccddbbc47680124ed11cde571f7
fsync():  Implemented for Windows, via calling MS _commit.  This counts
as "a bug" because there's no other way in core Python to ensure that
bytes written are actually on disk.  At least ZODB wants this guarantee,
for robustness against crashes.
Doc/lib/libos.tex
Misc/NEWS
Modules/posixmodule.c