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 loewis
Recipients brian.curtin, jkloth, lemburg, loewis, pitrou, tim.golden, tim.peters
Date 2013-10-02.14:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380723870.21.0.13321714421.issue19143@psf.upfronthosting.co.za>
In-reply-to
Content
According to

http://stackoverflow.com/questions/17399302/how-can-i-detect-windows-8-1-in-a-desktop-application

another strategy is to directly read the version out of the registry, from

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
(values CurrentVersion, CurrentBuild)

Not sure where to get service pack information from, though.
History
Date User Action Args
2013-10-02 14:24:30loewissetrecipients: + loewis, lemburg, tim.peters, pitrou, tim.golden, jkloth, brian.curtin
2013-10-02 14:24:30loewissetmessageid: <1380723870.21.0.13321714421.issue19143@psf.upfronthosting.co.za>
2013-10-02 14:24:30loewislinkissue19143 messages
2013-10-02 14:24:29loewiscreate