PEP 410: deprecate os.stat_float_times()

This commit is contained in:
Victor Stinner 2012-02-03 02:17:33 +01:00
parent 22e5bccdac
commit f635b24076
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ precision) in functions having timestamp arguments:
* time.gmtime(), time.localtime() * time.gmtime(), time.localtime()
* os.utimensat(), os.futimens() * os.utimensat(), os.futimens()
The os.stat_float_times() is deprecated: use timestamp=int argument instead.
Backwards Compatibility Backwards Compatibility
======================= =======================