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 Andrey Fedyashov
Recipients Andrey Fedyashov, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-16.10:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442401158.46.0.714656065046.issue25140@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2015-09-16 10:59:18Andrey Fedyashovsetrecipients: + Andrey Fedyashov, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-16 10:59:18Andrey Fedyashovsetmessageid: <1442401158.46.0.714656065046.issue25140@psf.upfronthosting.co.za>
2015-09-16 10:59:18Andrey Fedyashovlinkissue25140 messages
2015-09-16 10:59:17Andrey Fedyashovcreate