diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-01-16 08:57:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-01-16 08:57:39 (GMT) |
commit | fe33d0ba87f5468b50f939724b303969711f3be5 (patch) | |
tree | 341b2d0efddb90397d87d22a555e819950e26d9d /Misc | |
parent | 22b457e03bf5123c0a407e245567bee940de7cd5 (diff) | |
download | cpython-fe33d0ba87f5468b50f939724b303969711f3be5.zip cpython-fe33d0ba87f5468b50f939724b303969711f3be5.tar.gz cpython-fe33d0ba87f5468b50f939724b303969711f3be5.tar.bz2 |
Default stat_float_times to true.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and builtins Extension Modules ----------------- +- stat_float_times is now True. + - array.array objects are now picklable. - the cPickle module no longer accepts the deprecated None option in the |