[New-bugs-announce] [issue25140] platform.platform() incorrectly identifies Windows 10 as 'Windows-8-6.2.9200'

Andrey Fedyashov report at bugs.python.org
Wed Sep 16 12:59:18 CEST 2015


New submission from Andrey Fedyashov:

Here's actual OS version:
OS Name:                   Microsoft Windows 10 Enterprise Insider Preview
OS Version:                10.0.10534 N/A Build 10534
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Workstation
OS Build Type:             Multiprocessor Free

Here is bug repro with Python 3.4

Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.platform()
'Windows-8-6.2.9200'

Here is bug repro with Python 2.7

Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.platform()
'Windows-8-6.2.9200'

----------
components: Library (Lib), Windows
messages: 250837
nosy: Andrey Fedyashov, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: platform.platform() incorrectly identifies Windows 10 as 'Windows-8-6.2.9200'
type: behavior
versions: Python 2.7, Python 3.4

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


More information about the New-bugs-announce mailing list