Message9481

Author zyasoft
Recipients amak, fwierzbicki, smeatonj, zyasoft
Date 2015-02-03.01:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422925652.32.0.112347665324.issue1782@psf.upfronthosting.co.za>
In-reply-to
Content
As of https://hg.python.org/jython/rev/e04fa277ce19, os.stat and os.lstat now return floating point times, if available, given that they now use Java 7 file attributes. os.fstat also returns floating points times, but with the fraction set to zero since the underlying JNR posix support doesn't make the nanosecond fields available in the returned stat_t structure.

It would be trivial to support this function, so we probably should.
History
Date User Action Args
2015-02-03 01:07:32zyasoftsetmessageid: <1422925652.32.0.112347665324.issue1782@psf.upfronthosting.co.za>
2015-02-03 01:07:32zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, smeatonj
2015-02-03 01:07:32zyasoftlinkissue1782 messages
2015-02-03 01:07:31zyasoftcreate