This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cortana
Recipients
Date 2007-06-12.10:20:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:54:58adminlinkissue1735632 messages
2007-08-23 14:54:58admincreate