Shreyan Avigyan <shreyan.avig...@gmail.com> added the comment:

I'm also able to reproduce the problem you just described. It's actually not 
the fault of platform.win32_ver. Just type in 
sys.getwindowsversion().platform_version and you'll achieve a similar result. 
Behind the scenes platform.win32_ver is actually deriving it's result from 
sys.getwindowsversion().platform_version. I'm not sure if the result is 
intended or is a bug but Microsoft seems to claim in this post 
https://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install-insiderplat_pc/wrong-version-of-kernel32dll-in-win10-insider/b0053ba0-f6e5-48f1-86e3-ddac28d6c4eb
 that both builds are same just the versions are different.

----------
nosy: +shreyanavigyan

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43865>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to