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
Date 2007-05-29.16:08:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't have Vista handy to check the patch. 

Ideally, win32_ver() should be patched to return proper values for Vista directly from the registry. Would be great if you could provide a patch for this as well.

However, in some cases _syscmd_ver() will still be used, so the patch is fine. Please add a comment explaining the problem and also add a check to set release to 'Vista' in case the version starts with '6.0'.

Thanks.
History
Date User Action Args
2007-08-23 15:58:34adminlinkissue1726668 messages
2007-08-23 15:58:34admincreate