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 sahsariga111
Recipients sahsariga111
Date 2021-10-05.19:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633463037.19.0.965519087659.issue45382@roundup.psfhosted.org>
In-reply-to
Content
I am updated to windows 11 . Now I am trying to write script that will detect is user use windows 11 or windows 10 . 
I was using the simplest way as possible: 
import platform 
print(platform.platform())
The result I got is : Windows-10-10.0.22000-SP0
That is quite correct . The build version is correct ,but the windows version is still not .
History
Date User Action Args
2021-10-05 19:43:57sahsariga111setrecipients: + sahsariga111
2021-10-05 19:43:57sahsariga111setmessageid: <1633463037.19.0.965519087659.issue45382@roundup.psfhosted.org>
2021-10-05 19:43:57sahsariga111linkissue45382 messages
2021-10-05 19:43:57sahsariga111create