[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:50:50 -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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: paul rubin (phr)
Assigned to: Raymond Hettinger (rhettinger)
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:50

Message:
Logged In: YES 
user_id=80475

Added \end{funcdesc}.
Committed to libos.tex versions 1.94 and 1.74.2.1.2.6
Closing bug.


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-07 10:23

Message:
Logged In: YES 
user_id=3066

Both of the descriptions need \end{funcdesc} at the end. 
Fix that and check it in!

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

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