[New-bugs-announce] [issue19143] Finding the Windows version getting messier
Tim Peters
report at bugs.python.org
Wed Oct 2 02:50:04 CEST 2013
New submission from Tim Peters:
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 ;-)
----------
components: Interpreter Core, Windows
messages: 198814
nosy: tim.peters
priority: normal
severity: normal
status: open
title: Finding the Windows version getting messier
versions: Python 2.7, Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19143>
_______________________________________
More information about the New-bugs-announce
mailing list