[Webkit-unassigned] [Bug 179344] [Win] The way to detect Windows 10 is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 14:20:33 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179344

--- Comment #1 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
> $ python2
> ActivePython 2.7.13.2716 (ActiveState Software Inc.) based on
> Python 2.7.13 (default, Jun 26 2017, 14:28:43) [MSC v.1500 64 bit (AMD64)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import sys
> >>> sys.getwindowsversion()
> sys.getwindowsversion(major=6, minor=2, build=9200, platform=2, service_pack='')

Windows python2 doesn't return correct information :(

(It should be major=10, minor=10, build=1xxxx).

python3 returns correct information.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171106/e24cbdbc/attachment.html>


More information about the webkit-unassigned mailing list