diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-09-09 16:17:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-09-09 16:17:47 (GMT) |
commit | a32c99412914058f47bc50336c7c83d38331e880 (patch) | |
tree | 26c6f7940b5b851ec50b75599e79d8890332bfe1 /Misc | |
parent | 94717ed1d4e8c361656cfdfa16ccc3364073cde8 (diff) | |
download | cpython-a32c99412914058f47bc50336c7c83d38331e880.zip cpython-a32c99412914058f47bc50336c7c83d38331e880.tar.gz cpython-a32c99412914058f47bc50336c7c83d38331e880.tar.bz2 |
Always generate floats for stat_result; fix configure test.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -274,8 +274,7 @@ Core and builtins Extension modules -- The time stamps in os.stat_result are floating point numbers now if - the system supports that. +- The time stamps in os.stat_result are floating point numbers now. - 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] |