[issue14711] Remove os.stat_float_times

STINNER Victor report at bugs.python.org
Fri May 4 00:15:30 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> Is there a specific reason this is still around?

Not really, it just that nobody noticed it :-)

We can deprecate it, but it is maybe safer to not remove it.

Note: os.stat() has now new st_*time_ns fields with a nanosecond resolution.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14711>
_______________________________________


More information about the Python-bugs-list mailing list