PEP 410: deprecate os.stat_float_times()
This commit is contained in:
parent
22e5bccdac
commit
f635b24076
|
@ -64,6 +64,8 @@ precision) in functions having timestamp arguments:
|
|||
* time.gmtime(), time.localtime()
|
||||
* os.utimensat(), os.futimens()
|
||||
|
||||
The os.stat_float_times() is deprecated: use timestamp=int argument instead.
|
||||
|
||||
|
||||
Backwards Compatibility
|
||||
=======================
|
||||
|
|
Loading…
Reference in New Issue