mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
For os.stat() & friends, note that the time fields are returned as
floating-point values.
This commit is contained in:
parent
e764968649
commit
21c9df7641
1 changed files with 3 additions and 1 deletions
|
@ -710,7 +710,9 @@ order
|
||||||
\code{st_atime},
|
\code{st_atime},
|
||||||
\code{st_mtime},
|
\code{st_mtime},
|
||||||
\code{st_ctime}.
|
\code{st_ctime}.
|
||||||
More items may be added at the end by some implementations.
|
More items may be added at the end by some implementations. Note that
|
||||||
|
on the Macintosh, the time values are floating point values, like all
|
||||||
|
time values on the Macintosh.
|
||||||
(On MS Windows, some items are filled with dummy values.)
|
(On MS Windows, some items are filled with dummy values.)
|
||||||
Availability: Macintosh, \UNIX{}, Windows.
|
Availability: Macintosh, \UNIX{}, Windows.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue