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 larry
Recipients Claudiu.Popa, francismb, koobs, larry, pitrou, puppet
Date 2014-08-04.05:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407131444.0.0.75853032101.issue19838@psf.upfronthosting.co.za>
In-reply-to
Content
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"?
History
Date User Action Args
2014-08-04 05:50:44larrysetrecipients: + larry, pitrou, Claudiu.Popa, francismb, koobs, puppet
2014-08-04 05:50:43larrysetmessageid: <1407131444.0.0.75853032101.issue19838@psf.upfronthosting.co.za>
2014-08-04 05:50:43larrylinkissue19838 messages
2014-08-04 05:50:43larrycreate