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 p.lavarre@ieee.org
Recipients jafo, janssen, lemburg, p.lavarre@ieee.org
Date 2007-09-18.18:38:59
SpamBayes Score 0.18192485
Marked as misclassified No
Message-id <1190140739.33.0.1809920402.issue1082@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me.

I tried python-trunk-vistaplatform-v2.patch in one sample of 2006-11 
RTM Vista plus 2.5.1 Python plus this patch. I quote:

>>> import platform
>>> platform.uname()
('Windows', '[redacted]', 'Vista', '6.0.6000', '', '')
>>> platform.system()
'Windows'
>>> platform.version()
'6.0.6000'
>>>
History
Date User Action Args
2007-09-18 18:38:59p.lavarre@ieee.orgsetspambayes_score: 0.181925 -> 0.18192485
recipients: + p.lavarre@ieee.org, lemburg, jafo, janssen
2007-09-18 18:38:59p.lavarre@ieee.orgsetspambayes_score: 0.181925 -> 0.181925
messageid: <1190140739.33.0.1809920402.issue1082@psf.upfronthosting.co.za>
2007-09-18 18:38:59p.lavarre@ieee.orglinkissue1082 messages
2007-09-18 18:38:59p.lavarre@ieee.orgcreate