Trent Nelson added the comment:

Oh, and another "quirk" I noticed yesterday.  I usually religiously disable 
atime on all my filesystems.  For whatever reason, it's not disabled on this 
Solaris 10 box.

Turns out os.stat() was updating st_atime, which kind of throws a spanner in 
the works for all our st_atime tests in _test_utime() -- we call os.stat() 
after utime() to check that our atime update worked -- but the stat call 
results in another st_atime update.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15745>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to