mirror of https://github.com/python/cpython
Correct stat_result float time stamps entry.
This commit is contained in:
parent
f607bdaa77
commit
a19bfe07e0
|
@ -298,7 +298,8 @@ Extension modules
|
|||
|
||||
- cPickle.BadPickleGet is now a class.
|
||||
|
||||
- The time stamps in os.stat_result are floating point numbers now.
|
||||
- The time stamps in os.stat_result are floating point numbers
|
||||
after stat_float_times has been called.
|
||||
|
||||
- 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…
Reference in New Issue