Shaun Hickson added the comment:
Just as an additional data point, I was also unable to recreate this on OS X
10.8.3 using any browser.
--
nosy: +sphickson
___
Python tracker
<http://bugs.python.org/issue5
Shaun Hickson added the comment:
Patch to fix test_compute_rollover_weekly_attime:
1) Use 6 rather than 7 for calculating expected rollover day
2) Roll all cases (rollover day earlier than current day, both days the same,
and current day earlier than rollover day) into one if/else statement
Shaun Hickson added the comment:
I was looking at this yesterday and this morning a little bit, and the expected
value is too large by a day (e.g. as the test currently runs, actual = expected
- (24 * 60 * 60)).
--
nosy: +sphickson
___
Python