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 r.david.murray, sdaoden
Date 2011-05-02.19:43:22
SpamBayes Score 0.0058865873
Marked as misclassified No
Message-id <1304365405.27.0.374885842353.issue11935@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, the last message has been truncated,
i've opened http://psf.upfronthosting.co.za/roundup/meta/issue397.
Forget the first line, but for non-believers:

PYP$ t=time.time(); os.utime('org.python', (t-2.42,t)); print(os.stat('org.python'))
posix.stat_result(...st_atime=1304363003, st_mtime=1304363005, st_ctime=1304363005)
PYP$ print(os.stat('org.python'))
posix.stat_result(...st_atime=1304363011, st_mtime=1304363005, st_ctime=1304363005)
History
Date User Action Args
2011-05-02 19:43:25sdaodensetrecipients: + sdaoden, r.david.murray
2011-05-02 19:43:25sdaodensetmessageid: <1304365405.27.0.374885842353.issue11935@psf.upfronthosting.co.za>
2011-05-02 19:43:22sdaodenlinkissue11935 messages
2011-05-02 19:43:22sdaodencreate