mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Truncate st_?time before comparing it with ST_?TIME in the tests.
This commit is contained in:
parent
1083c248df
commit
4d394dfebb
3 changed files with 9 additions and 1 deletions
|
@ -1012,6 +1012,9 @@ objects. If newval is True, future calls to stat() return floats, if
|
|||
it is False, future calls return ints. If newval is omitted, return
|
||||
the current setting.
|
||||
|
||||
For compatibility with older Python versions, accessing
|
||||
\class{stat_result} as a tuple always returns integers.
|
||||
|
||||
\versionchanged[Python now returns float values by default. Applications
|
||||
which do not work correctly with floating point time stamps can use
|
||||
this function to restore the old behaviour]{2.5}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue