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 steve.dower
Recipients Orbital, bugale bugale, corona10, eryksun, paul.moore, shreyanavigyan, steve.dower, tim.golden, zach.ware
Date 2021-04-19.20:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <61ffe2fb-1c27-3d9d-7b5e-afc93a2162a3@python.org>
In-reply-to <1618861551.74.0.572638897753.issue43284@roundup.psfhosted.org>
Content
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).
History
Date User Action Args
2021-04-19 20:08:54steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, corona10, bugale bugale, shreyanavigyan, Orbital
2021-04-19 20:08:54steve.dowerlinkissue43284 messages
2021-04-19 20:08:54steve.dowercreate