diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-16 18:28:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-16 18:28:36 (GMT) |
commit | a19bfe07e03c4054eca759af59e11f7616c3f517 (patch) | |
tree | 0e81f6f1a883f4035589d54c7805906060672ce0 | |
parent | f607bdaa77475ec8c94614414dc2cecf8fd1ca0a (diff) | |
download | cpython-a19bfe07e03c4054eca759af59e11f7616c3f517.zip cpython-a19bfe07e03c4054eca759af59e11f7616c3f517.tar.gz cpython-a19bfe07e03c4054eca759af59e11f7616c3f517.tar.bz2 |
Correct stat_result float time stamps entry.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |