[issue30082] hide command prompt when using subprocess.Popen with shell=False on Windows

Steve Dower report at bugs.python.org
Fri Oct 29 07:12:27 EDT 2021


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

There's nothing gained by complicating this API with more options.

Document it as "Passing *force_hide* as True attempts to start the application without creating or showing any windows. Some applications may ignore this request, and applications that are hidden often cannot be used or exited by users."

We don't have to specify all the nuances here, especially since we may come up with a more reliable way to do this in the future. Specifying too much detail in the documentation will prevent us from improving it without breaking stuff.

----------

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


More information about the Python-bugs-list mailing list