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 lemburg
Recipients lemburg, paul.moore, sahsariga111, steve.dower, tim.golden, zach.ware
Date 2021-10-05.20:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7019d62f-e169-0bff-b4ec-bd9c55045796@egenix.com>
In-reply-to <1633465835.09.0.831584151068.issue45382@roundup.psfhosted.org>
Content
On 05.10.2021 22:30, Steve Dower wrote:
> The version number for "Windows 11" still starts with 10.0. Just like how Windows 5.x and 6.x were around for a very long time each ;)
> 
> There are tables in platform module that map the specific version to the release name. These probably need to be updated to return "11" for versions 10.0.22000 and greater.

Hmm, but the "ver" output seems to have more information than those
APIs.

Note: The tables for mapping to releases for Windows only take the
major.minor versions as key. Unfortunately, those did not change. It's
actually the build version which provides the indicator, it seems.

Any idea, whether a patch will fix this on Windows soonish ?
History
Date User Action Args
2021-10-05 20:35:06lemburgsetrecipients: + lemburg, paul.moore, tim.golden, zach.ware, steve.dower, sahsariga111
2021-10-05 20:35:06lemburglinkissue45382 messages
2021-10-05 20:35:06lemburgcreate