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 Evernow
Recipients Evernow, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-27.00:09:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645920577.85.0.691364066718.issue46869@roundup.psfhosted.org>
In-reply-to
Content
Hello.

On Windows 11 the platform module returns Windows 10 instead of Windows 11, same for the sys module. 

Python 3.10.2 (tags/v3.10.2:a58ebcc, Jan 17 2022, 14:12:15) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.release()
'10'
>>> import sys
>>> sys.getwindowsversion().platform_version
(10, 0, 22000)
History
Date User Action Args
2022-02-27 00:09:37Evernowsetrecipients: + Evernow, paul.moore, tim.golden, zach.ware, steve.dower
2022-02-27 00:09:37Evernowsetmessageid: <1645920577.85.0.691364066718.issue46869@roundup.psfhosted.org>
2022-02-27 00:09:37Evernowlinkissue46869 messages
2022-02-27 00:09:37Evernowcreate