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 AvivAvital
Recipients AvivAvital
Date 2014-06-09.13:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402321294.86.0.565487157603.issue21698@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows 8.1, win32_ver() returns a Windows 8 version number:

C:\>\Python27\python.exe
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.win32_ver()
('8', '6.2.9200', '', 'Multiprocessor Free')
>>> quit()

C:\>ver

Microsoft Windows [Version 6.3.9600]

C:\>
History
Date User Action Args
2014-06-09 13:41:34AvivAvitalsetrecipients: + AvivAvital
2014-06-09 13:41:34AvivAvitalsetmessageid: <1402321294.86.0.565487157603.issue21698@psf.upfronthosting.co.za>
2014-06-09 13:41:34AvivAvitallinkissue21698 messages
2014-06-09 13:41:34AvivAvitalcreate