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 tim.peters
Recipients tim.peters
Date 2013-10-02.00:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380675004.25.0.239416620624.issue19143@psf.upfronthosting.co.za>
In-reply-to
Content
This question:

    http://stackoverflow.com/questions/19128219/detect-windows-8-1-in-python

reports that Python is returning incorrect version info under Windows 8.1.

Alas, it appears MS is "deprecating" `GetVersionEx()`:

    http://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx

and replacing it with a whole slew of annoying "yes or no?" functions:

    http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972(v=vs.85).aspx

Heh ;-)
History
Date User Action Args
2013-10-02 00:50:04tim.peterssetrecipients: + tim.peters
2013-10-02 00:50:04tim.peterssetmessageid: <1380675004.25.0.239416620624.issue19143@psf.upfronthosting.co.za>
2013-10-02 00:50:04tim.peterslinkissue19143 messages
2013-10-02 00:50:03tim.peterscreate