mirror of https://github.com/python/cpython
Merged revisions 87921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87921 | alexander.belopolsky | 2011-01-10 21:22:16 -0500 (Mon, 10 Jan 2011) | 1 line This should fix mktime test on Windows ........
This commit is contained in:
parent
6233b36d14
commit
f9ad7d476a
|
@ -230,6 +230,7 @@ class TimeTestCase(unittest.TestCase):
|
|||
tt = time.localtime(t)
|
||||
except (OverflowError, ValueError):
|
||||
pass
|
||||
else:
|
||||
self.assertEqual(time.mktime(tt), t)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue