commit | 0a40ffb1b30a904eef00bb0c7ce4e18e7ca3dc75 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Feb 13 07:20:22 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Feb 13 07:20:22 2008 +0000 |
tree | 477479bf7012d7f849248f10262031ccbc0809fb | |
parent | 5f8bd3729ee36296ba5ae71d128f6879022818d2 [diff] |
#2063: correct order of utime and stime in os.times() result on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index d996f48..5b334d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1132,6 +1132,8 @@ Extension Modules ----------------- +- #2063: correct order of utime and stime in os.times() result on Windows. + - Patch #1736: Fix file name handling of _msi.FCICreate. - Updated ``big5hkscs`` codec to the HKSCS revision of 2004.