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 Florian Roth
Recipients Florian Roth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-03-08.21:41:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457473293.66.0.928061603359.issue26513@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-08 21:41:33Florian Rothsetrecipients: + Florian Roth, paul.moore, tim.golden, zach.ware, steve.dower
2016-03-08 21:41:33Florian Rothsetmessageid: <1457473293.66.0.928061603359.issue26513@psf.upfronthosting.co.za>
2016-03-08 21:41:33Florian Rothlinkissue26513 messages
2016-03-08 21:41:33Florian Rothcreate