Message 95947 - Python tracker

Message95947

Author ned.deily
Recipients loewis, ned.deily, robince, ronaldoussoren
Date 2009-12-03.21:07:54
SpamBayes Score 7.915907e-09
Marked as misclassified No
Message-id <1259874475.72.0.749574487468.issue6834@psf.upfronthosting.co.za>
In-reply-to
Content
Another reminder: when implementing, make sure platform.architecture() 
always returns the correct results for bits.  It seems the Apple patches 
in 10.6 don't handle that (it seems to always report 64-bit), probably 
because the code in platform.architecture() doesn't look quite robust 
enough.  (I'll open a bug with Apple.)
History
Date User Action Args
2009-12-03 21:07:56ned.deilysetrecipients: + ned.deily, loewis, ronaldoussoren, robince
2009-12-03 21:07:55ned.deilysetmessageid: <1259874475.72.0.749574487468.issue6834@psf.upfronthosting.co.za>
2009-12-03 21:07:54ned.deilylinkissue6834 messages
2009-12-03 21:07:54ned.deilycreate