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 ronaldoussoren
Recipients ronaldoussoren
Date 2008-10-07.09:41:45
SpamBayes Score 6.753248e-06
Marked as misclassified No
Message-id <1223372506.67.0.0695437695796.issue4064@psf.upfronthosting.co.za>
In-reply-to
Content
When using a universal build of python on macosx 
distutils.util.get_platform should use "fat" for the machine 
architecture, instead of the architecture of the current machine.

That's not what's currently happening:

$ python26 -c 'from distutils.util import get_platform; print 
get_platform()'
macosx-10.3-ppc
$
History
Date User Action Args
2008-10-07 09:41:46ronaldoussorensetrecipients: + ronaldoussoren
2008-10-07 09:41:46ronaldoussorensetmessageid: <1223372506.67.0.0695437695796.issue4064@psf.upfronthosting.co.za>
2008-10-07 09:41:45ronaldoussorenlinkissue4064 messages
2008-10-07 09:41:45ronaldoussorencreate