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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -274,6 +274,9 @@ Core and builtins Extension modules +- The time stamps in os.stat_result are floating point numbers now if + the system supports that. + - If the size passed to mmap.mmap() is larger than the length of the file on non-Windows platforms, a ValueError is raised. [SF bug 585792] |