[issue43284] sys.getwindowsversion().platform_version is incorrect

Steve Dower report at bugs.python.org
Mon Apr 19 16:08:54 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

Python is a volunteer built project, so someone will need to volunteer 
to write the fix. Until there is a volunteer, there is no plan. (One of 
the core devs might volunteer, but there's no guarantee of that.)

If we're going to launch cmd.exe, I'd prefer to only do that in the 
platform module and not the sys function. Nothing in sys should start a 
subprocess (if we can at all avoid it).

----------

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


More information about the Python-bugs-list mailing list