[Python-bugs-list] [ python-Bugs-584695 ] no doc for os.fsync and os.fdatasync
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 07 Aug 2002 08:00:28 -0700
Bugs item #584695, was opened at 2002-07-21 20: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.
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2002-08-07 10:00
Message:
Logged In: YES
user_id=80475
Documentation patch attach attached for Fred's approval.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=584695&group_id=5470