]> granicus.if.org Git - python/commit
#8278: In the Windows implementation of stat() and utime(),
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 3 Jan 2011 00:19:11 +0000 (00:19 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 3 Jan 2011 00:19:11 +0000 (00:19 +0000)
commita251a853c7142bbf5dbcca0971e04f3cc8e5b534
treebd53e4140fa3dc6fbe7f69f014587b179df61ec7
parent9f6d48ba4e43b9cadd0b842e6ed1abbfebf759ed
#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