Larry Hastings added the comment:

A cursory read of the source code suggests everybody is doing the right thing.  
Can you run this with a debug build of CPython, put a breakpoint in 
posix_utime, and check that when it's called for the second p.touch that it's 
correctly calling the underlying function to say "set the time of this file to 
the current time"?

----------

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

Reply via email to