gh-74268: Popen: add kwarg to hide process window on Windows - #19014
gh-74268: Popen: add kwarg to hide process window on Windows#19014ammgws wants to merge 8 commits into
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 |
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...
9d22380 to
3cb1b2d
Compare
|
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. |
|
This PR is stale because it has been open for 90 days with no activity. |
Documentation build overview
301 files changed ·
|
55fcf45 to
93f46f5
Compare
4463669 to
0060f9f
Compare
https://bugs.python.org/issue30082
Before: On Windows,
pythonwopens a console windowAfter: On Windows,
pythonwno longer opens a console window ifforce_hideis setTest script: