diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-09-09 14:24:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-09-09 14:24:16 (GMT) |
commit | 94717ed1d4e8c361656cfdfa16ccc3364073cde8 (patch) | |
tree | 92375465d0300e79d6d6d815d919e6a4efcb4f78 /Doc | |
parent | df453fd02650913a081d7b9403e62bbbabc9d29b (diff) | |
download | cpython-94717ed1d4e8c361656cfdfa16ccc3364073cde8.zip cpython-94717ed1d4e8c361656cfdfa16ccc3364073cde8.tar.gz cpython-94717ed1d4e8c361656cfdfa16ccc3364073cde8.tar.bz2 |
Patch #606592: Subsecond timestamps in stat_result.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libos.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index fb53b17..b1adc1b 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -859,6 +859,9 @@ order More items may be added at the end by some implementations. Note that on the Mac OS, the time values are floating point values, like all time values on the Mac OS. +\versionchanged +[On other systems, the values are floats if the system reports + fractions of a second]{2.3} The standard module \refmodule{stat}\refstmodindex{stat} defines functions and constants that are useful for extracting information from a \ctype{stat} structure. |