2.4.2c1: test_macfs failing on Tiger (Mac OS X 10.4.2)

Sept. 20, 2005
2:42 p.m.
test test_macfs failed -- Traceback (most recent call last): File "/Users/gvr/p4/Lib/test/test_macfs.py", line 53, in test_dates self.assertEqual(dates, (now, now-1, now-2)) AssertionError: (1127241062, 1127241062, 1127241061) != (1127241063, 1127241062, 1127241061) Any takers? What does this mean? (It looks like an off-by-one-error in the first timestamp, but I don't know what the code is trying to do). Is the filesystem perhaps truncating times? -- --Guido van Rossum (home page: http://www.python.org/~guido/)
7115
Age (days ago)
7115
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guido van Rossum