This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2009-08-30.04:34:58
SpamBayes Score 4.6312024e-08
Marked as misclassified No
Message-id <1251606907.25.0.605162883353.issue6806@psf.upfronthosting.co.za>
In-reply-to
Content
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' when sw_vers 
returns a value that is short a micro version.
History
Date User Action Args
2009-08-30 04:35:15brett.cannonsetrecipients: + brett.cannon
2009-08-30 04:35:07brett.cannonsetmessageid: <1251606907.25.0.605162883353.issue6806@psf.upfronthosting.co.za>
2009-08-30 04:35:02brett.cannonlinkissue6806 messages
2009-08-30 04:34:59brett.cannoncreate