]> granicus.if.org Git - python/commit
Enable os.fsync() for Windows, mapping it to MS's _commit() there. The
authorTim Peters <tim.peters@gmail.com>
Wed, 23 Apr 2003 02:39:17 +0000 (02:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 23 Apr 2003 02:39:17 +0000 (02:39 +0000)
commit11b230696081e5c91153229616732a707dc9f94d
tree01c27dab8709bf147398c842034e4b0a35b8343c
parent9a9c436036dbd25d6ae42f67f22ccc5549b3c092
Enable os.fsync() for Windows, mapping it to MS's _commit() there.  The
docs here are best-guess:  the MS docs I could find weren't clear, and
some even claimed _commit() has no effect on Win32 systems (which is
easily shown to be false just by trying it).
Doc/lib/libos.tex
Misc/NEWS
Modules/posixmodule.c