[issue21698] Platform.win32_ver() shows different values than expected on Windows 8.1

2014-06-09 Thread STINNER Victor
STINNER Victor added the comment: This issue is a duplicate of the issue #19143. -- nosy: +haypo resolution: -> duplicate status: open -> closed superseder: -> Finding the Windows version getting messier ___ Python tracker

[issue21698] Platform.win32_ver() shows different values than expected on Windows 8.1

2014-06-09 Thread R. David Murray
Changes by R. David Murray : -- nosy: +lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue21698] Platform.win32_ver() shows different values than expected on Windows 8.1

2014-06-09 Thread Aviv Avital
New submission from Aviv Avital: On Windows 8.1, win32_ver() returns a Windows 8 version number: C:\>\Python27\python.exe Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import platform