commit | ac514c895c5586e7f9880a189203c6da3733b905 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jan 03 00:50:57 2011 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jan 03 00:50:57 2011 +0000 |
tree | 1adad2bc533f2f9dd3f7232cc5606e2f691ac649 | |
parent | 8009e8e0e2d9120d2d386bf00d3c02f2e92faf83 [diff] |
Merged revisions 87666 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87666 | amaury.forgeotdarc | 2011-01-03 01:19:11 +0100 (lun., 03 janv. 2011) | 4 lines #8278: In the Windows implementation of stat() and utime(), use time_t instead of int. This gives support for dates after 2038, at least when compiled with VS2003 or later, where time_t is 64bit. ........