diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 18:20:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 18:20:48 (GMT) |
commit | 3f15ae37af29dad0aae835d903f3942a11569d41 (patch) | |
tree | 57cc8b8d35eb0fb5dbeb9d02cde7e66097173785 /Misc | |
parent | 918ae52c48d6b2795588652968d20e71eb160a3f (diff) | |
download | cpython-3f15ae37af29dad0aae835d903f3942a11569d41.zip cpython-3f15ae37af29dad0aae835d903f3942a11569d41.tar.gz cpython-3f15ae37af29dad0aae835d903f3942a11569d41.tar.bz2 |
Merged revisions 68018 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68018 | martin.v.loewis | 2008-12-29 19:17:34 +0100 (Mo, 29 Dez 2008) | 2 lines
Issue #1040026: Fix os.times result on systems where HZ is incorrect.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,11 @@ Library - FileIO's mode attribute now always includes ``"b"``. +Extension Modules +----------------- + +- Issue #1040026: Fix os.times result on systems where HZ is incorrect. + What's New in Python 2.6.1 ========================== |