[issue6806] test_platform fails under Snow Leopard

2009-09-03 Thread Brett Cannon
Brett Cannon added the comment: 2.7: 74640 3.2: 74641 3.1: 74642 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue6806] test_platform fails under Snow Leopard

2009-09-03 Thread Brett Cannon
Brett Cannon added the comment: Got a fix, about to start applying it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue6806] test_platform fails under Snow Leopard

2009-08-29 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue6806] test_platform fails under Snow Leopard

2009-08-29 Thread Brett Cannon
New submission from Brett Cannon : test.platform fails under Snow Leopard because the golden input for the OS version, sw_vers, reports Snow Leopard as '10.6' while platform.mac_ver()[0] (which uses gestalt.gestalt()) return '10.6.0'. Best solution might be to tweak the test to append a '0' wh