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 jafo
Recipients jafo, janssen, lemburg, p.lavarre@ieee.org
Date 2007-09-17.18:12:03
SpamBayes Score 0.008306657
Marked as misclassified No
Message-id <1190052723.76.0.695136260117.issue1082@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that fixes uname() instead of the individual
helpers.  I agree that is the better way to do it.  Again, not tested on
Windows because I don't have it.

What about adding a "isWindows()" sort of method that does the right
thing, or "amIRunningOn('Vista')"?  I suggest the latter because I
imagine the former might just lead to a bunch of "Where is isX()?" for
different platforms.  This could implement the logic so that users don't
have to know the details of this issue.
Files
File name Uploaded
python-trunk-vistaplatform-v2.patch jafo, 2007-09-17.18:12:03
History
Date User Action Args
2007-09-17 18:12:03jafosetspambayes_score: 0.00830666 -> 0.008306657
recipients: + jafo, lemburg, janssen, p.lavarre@ieee.org
2007-09-17 18:12:03jafosetspambayes_score: 0.00830666 -> 0.00830666
messageid: <1190052723.76.0.695136260117.issue1082@psf.upfronthosting.co.za>
2007-09-17 18:12:03jafolinkissue1082 messages
2007-09-17 18:12:03jafocreate