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 jafo, janssen, lemburg, p.lavarre@ieee.org
Date 2007-09-17.20:35:21
SpamBayes Score 0.0693783
Marked as misclassified No
Message-id <1190061321.67.0.981755816846.issue1082@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of notes:

* platform.uname() needs to be fixed, not the individual query functions.

* The third entry of uname() should return "Vista" instead of
"Microsoft" on MS Vista.

* A patch should go on trunk and into 2.5.2, since this is a real bug
and not a feature change.

Any other changes to accommodate for differences between used marketing
names and underlying OS names should go into system_alias().
History
Date User Action Args
2007-09-17 20:35:21lemburgsetspambayes_score: 0.0693783 -> 0.0693783
recipients: + lemburg, jafo, janssen, p.lavarre@ieee.org
2007-09-17 20:35:21lemburgsetspambayes_score: 0.0693783 -> 0.0693783
messageid: <1190061321.67.0.981755816846.issue1082@psf.upfronthosting.co.za>
2007-09-17 20:35:21lemburglinkissue1082 messages
2007-09-17 20:35:21lemburgcreate