[issue11457] Expose nanosecond precision from system calls

2011-03-09 Thread Kris Henriksson
Kris Henriksson added the comment: Also, a new function similar to os.utime would be needed as well, perhaps something named like os.utimens. This would be needed to allow setting times with nanosecond precision. -- ___ Python tracker <h

[issue11457] Expose nanosecond precision from system calls

2011-03-09 Thread Kris Henriksson
New submission from Kris Henriksson : The most recent (issue 7) release of the POSIX standard mandates support for nanosecond precision in certain system calls. For example, the stat structure include a timespec struct for each of mtime, atime, and ctime that provides such nanosecond