]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 87666 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 3 Jan 2011 00:40:04 +0000 (00:40 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 3 Jan 2011 00:40:04 +0000 (00:40 +0000)
commit32e8aab1fbb809f3e4bd0830f0b0602349f21a02
treea66058db44aa556e732c999fd1e5a725d106b4b5
parentd4bf48bbb3d8aa63e48abafff44928468f593221
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.
........
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c