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 sdaoden
Recipients belopolsky, r.david.murray, sdaoden
Date 2011-05-11.18:39:56
SpamBayes Score 8.199941e-06
Marked as misclassified No
Message-id <20110511183946.GA8103@sherwood.local>
In-reply-to <20110502190933.GA42748@sherwood.local>
Content
For the record:
On Mac OS X 10.6.7, ,HFS, case sensitive` updates st_atime by
itself *once only*.  It does so ~0.75 seconds after os.utime() (+)
was called.  A time.sleep(0.8) can be used to detect this automatic
update reliably (about 50 tests with changing load all succeeded).
History
Date User Action Args
2011-05-11 18:40:08sdaodensetrecipients: + sdaoden, belopolsky, r.david.murray
2011-05-11 18:39:56sdaodenlinkissue11935 messages
2011-05-11 18:39:56sdaodencreate