[issue45382] platform() is not able to detect windows 11

STINNER Victor report at bugs.python.org
Fri Oct 8 08:10:40 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

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().

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45382>
_______________________________________


More information about the Python-bugs-list mailing list