[Python-bugs-list] [ python-Bugs-584695 ] no doc for os.fsync and os.fdatasync

noreply@sourceforge.net noreply@sourceforge.net
Sun, 21 Jul 2002 18:26:02 -0700


Bugs item #584695, was opened at 2002-07-22 01:26
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=584695&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: paul rubin (phr)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: no doc for os.fsync and os.fdatasync

Initial Comment:
These are actually in the posix module.  I needed to
use fsync or fdatasync to synchronize a database and
they weren't in the manual.  I was about to enter a
feature request to add these calls to the os module but
it turns out they are already there, just undocumented.
 The docs should list them.  There are probably other
calls in dir(os) that aren't in the docs, so they
should be documented too.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=584695&group_id=5470