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 lemburg
Recipients brian.curtin, lemburg, pitrou
Date 2010-02-05.19:43:29
SpamBayes Score 2.0315726e-06
Marked as misclassified No
Message-id <1265399011.48.0.167463987515.issue7860@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks ok. Since we are emulating the Unix uname() function here, we might as well mimic its inconsistencies.

Note that platform.machine() and platform.processor() are not really very reliable ways of determining the machine type or processor.
History
Date User Action Args
2010-02-05 19:43:31lemburgsetrecipients: + lemburg, pitrou, brian.curtin
2010-02-05 19:43:31lemburgsetmessageid: <1265399011.48.0.167463987515.issue7860@psf.upfronthosting.co.za>
2010-02-05 19:43:29lemburglinkissue7860 messages
2010-02-05 19:43:29lemburgcreate