[issue5993] python produces zombie in webbrowser.open

2013-04-13 Thread Shaun Hickson
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

[issue17713] test_logging fails in test_compute_rollover_weekly_attime

2013-04-13 Thread Shaun Hickson
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

[issue17713] test_logging fails in test_compute_rollover_weekly_attime

2013-04-13 Thread Shaun Hickson
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