[3.11] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)#101711
Conversation
…ue on Windows (pythonGH-101286) (cherry picked from commit 23751ed) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
| Added the *text* parameter, as a more understandable alias of *universal_newlines*. | ||
| Added the *capture_output* parameter. | ||
|
|
||
| .. versionchanged:: 3.11.2 |
There was a problem hiding this comment.
this version number is wrong everywhere. 3.11.2 was just released.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
| Added the *text* parameter, as a more understandable alias of *universal_newlines*. | ||
| Added the *capture_output* parameter. | ||
|
|
||
| .. versionchanged:: 3.11.2 |
There was a problem hiding this comment.
| .. versionchanged:: 3.11.2 | |
| .. versionchanged:: 3.11.3 |
| *executable* parameter accepts a bytes and :term:`path-like object` | ||
| on Windows. | ||
|
|
||
| .. versionchanged:: 3.11.2 |
There was a problem hiding this comment.
| .. versionchanged:: 3.11.2 | |
| .. versionchanged:: 3.11.3 |
| .. versionchanged:: 3.3 | ||
| *timeout* was added. | ||
|
|
||
| .. versionchanged:: 3.11.2 |
There was a problem hiding this comment.
| .. versionchanged:: 3.11.2 | |
| .. versionchanged:: 3.11.3 |
| .. versionchanged:: 3.3 | ||
| *timeout* was added. | ||
|
|
||
| .. versionchanged:: 3.11.2 |
There was a problem hiding this comment.
| .. versionchanged:: 3.11.2 | |
| .. versionchanged:: 3.11.3 |
| .. versionadded:: 3.7 | ||
| *text* was added as a more readable alias for *universal_newlines*. | ||
|
|
||
| .. versionchanged:: 3.11.2 |
There was a problem hiding this comment.
| .. versionchanged:: 3.11.2 | |
| .. versionchanged:: 3.11.3 |
|
Whoops 😆 Forgot that hitting approve would merge it immediately #101719 will backport to it at least |
(cherry picked from commit 23751ed)
Co-authored-by: Oleg Iarygin oleg@arhadthedev.net