Antoine Pitrou <pit...@free.fr> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14127>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to