[New-bugs-announce] [issue26513] platform.win32_ver() broken in 2.7.11

Florian Roth report at bugs.python.org
Tue Mar 8 16:41:33 EST 2016


New submission from Florian Roth:

Using Python 2.7.9 and 2.7.10 (32bit) on a Windows Server 2008 R2 64bit System platform.win32_ver() shows the following, which is correct:

('2008ServerR2', '6.1.7601', 'SP1', u'Multiprocessor Free')
 
Using Python version 2.7.11 (32bit) on the same Windows 2008 R2 server shows:

('7', '6.1.7601', 'SP1', u'Multiprocessor Free')

which is wrong. 
Platform OS detection seems to be broken with version 2.7.11.

----------
components: Windows
messages: 261384
nosy: Florian Roth, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: platform.win32_ver() broken in 2.7.11
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26513>
_______________________________________


More information about the New-bugs-announce mailing list