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 vstinner
Recipients eryksun, lemburg, paul.moore, sahsariga111, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-10-08.12:10:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633695040.47.0.402118218329.issue45382@roundup.psfhosted.org>
In-reply-to
Content
macOS has a similar issue in the platform module. Previously, platform gave the darwin kernel version, whereas most users only know macOS versions. See bpo-35344.

Even if Microsoft decided to internally stay at 10.x, IMO users really expect "Windows 11" when requesting the Windows version, especially in platform.platform().
History
Date User Action Args
2021-10-08 12:10:40vstinnersetrecipients: + vstinner, lemburg, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, sahsariga111
2021-10-08 12:10:40vstinnersetmessageid: <1633695040.47.0.402118218329.issue45382@roundup.psfhosted.org>
2021-10-08 12:10:40vstinnerlinkissue45382 messages
2021-10-08 12:10:40vstinnercreate