bpo-30082 Popen: add kwarg to hide process window on Windows#19014
bpo-30082 Popen: add kwarg to hide process window on Windows#19014ammgws wants to merge 5 commits intopython:mainfrom
Conversation
7d69936 to
031e91c
Compare
|
Removed unrelated commit |
|
Resolved conflicts due to 23c0fb8 Also, what to do about the news entry? |
|
Add a NEWS entry to the Windows section that reads: |
|
Done, cheers! |
|
I had a go at updating the docs as well, but I suspect it could be better worded so any layman could understand the differences between the two options. |
|
Line 254 in 62bf263 This could be replaced with |
|
This PR is stale because it has been open for 30 days with no activity. |
There was a problem hiding this comment.
Not sure if something is meant to be done about the date in the filename since it has been years since it was first generated...
|
Hi @eryksun, I have rebased this to resolve merge conflicts. It is from a few years ago but I believe there were no lingering review comments to block this one from proceeding. |
https://bugs.python.org/issue30082
Before: On Windows,
pythonwopens a console windowAfter: On Windows,
pythonwno longer opens a console window ifforce_hideis setTest script: