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 shreyanavigyan
Recipients emddudley, paul.moore, shreyanavigyan, steve.dower, tim.golden, zach.ware
Date 2021-04-16.15:09:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618585788.82.0.802204141968.issue43865@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-04-16 15:09:48shreyanavigyansetrecipients: + shreyanavigyan, paul.moore, tim.golden, zach.ware, steve.dower, emddudley
2021-04-16 15:09:48shreyanavigyansetmessageid: <1618585788.82.0.802204141968.issue43865@roundup.psfhosted.org>
2021-04-16 15:09:48shreyanavigyanlinkissue43865 messages
2021-04-16 15:09:48shreyanavigyancreate