Message9481
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. |
|
Date |
User |
Action |
Args |
2015-02-03 01:07:32 | zyasoft | set | messageid: <1422925652.32.0.112347665324.issue1782@psf.upfronthosting.co.za> |
2015-02-03 01:07:32 | zyasoft | set | recipients:
+ zyasoft, fwierzbicki, amak, smeatonj |
2015-02-03 01:07:32 | zyasoft | link | issue1782 messages |
2015-02-03 01:07:31 | zyasoft | create | |
|