mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Always generate floats for stat_result; fix configure test.
This commit is contained in:
parent
94717ed1d4
commit
a32c994129
5 changed files with 10 additions and 20 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue