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 ve
Florian Roth added the comment:
Screenshot 2.7.9 and platform.win32_ver()
--
Added file: http://bugs.python.org/file42095/Screen Shot 2016-03-08 at
19.05.38.png
___
Python tracker
<http://bugs.python.org/issue26
Florian Roth added the comment:
I tested it on two different Windows 2008 R2 server systems. Same results.
And I checked the issue by uninstalling 2.7.11 and installed 2.7.9 and 2.9.10
to verify. This means that not the system itself can be the problem.
Please see screenshots:
https
Florian Roth added the comment:
Confirmed.
Version 2.7.11 64bit is erroneous too.
Version 2.7.10 64bit works fine.
I added the 64bit version screenshots to the shared dropbox folder.
I'll downgrade all my projects to version 2.7.10 as the OS version detection is
essential for p