[ python-Bugs-1735632 ] Add O_NOATIME to os module

SourceForge.net noreply at sourceforge.net
Tue Jun 12 12:20:25 CEST 2007


Bugs item #1735632, was opened at 2007-06-12 10:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1735632&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: sam morris (cortana)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add O_NOATIME to os module

Initial Comment:
Please add a constant for O_NOATIME to the os module.

 -- Macro: int O_NOATIME
     If this bit is set, `read' will not update the 
     access time of the file.  *Note File Times::.  This 
     is used by programs that do backups, so that backing 
     a file up does not count as reading it. Only the 
     owner of the file or the superuser may use this bit.

and possibly even a new character to the 'mode' paramter of the builtin 'open' function to do the same thing.

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

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


More information about the Python-bugs-list mailing list