Message 56006 - Python tracker (original) (raw)

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'