STINNER Victor <victor.stin...@haypocalc.com> added the comment: > Have you researched how other languages plan to expose sub-millisecond times? > The isn't an API that will get points for originality. Also, it needs to be > an API that is time efficient (many scripts use os.stat() frequently to scan > files for changes and that check needs to be fast).
Using decimal timestamps should be an option, float timestamps must remain the default. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11457> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com