Antoine Pitrou <[email protected]> added the comment: > os.utime() would accept int, float or (sec: int, nsec: int) for atime and > mtime.
That's not future-proof for when we have better-than-nanosecond timestamps. See my suggestion above. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14127> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
