| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…)" This reverts commit dd42cb7.
There was a problem hiding this comment.
Do not revert 5537646. It should be a bugfix no matter what. cmd is a list and comes through the repr into this python code string as a list. using [cmd] would make it a list of lists which is never desirable here.
Sorry, something went wrong.
|
We do need a Misc/NEWS entry - either adding one saying the previous change was undone, or removing the Misc/NEWS entry that was added for the original change. I've asked Ned on the bug which way we should go with that. |
Sorry, something went wrong.
|
Is this ready to go? |
Sorry, something went wrong.
|
Only if we will decide to revert this feature completely. If we will decide to keep it see the bugfix PR #5914. |
Sorry, something went wrong.
|
I'll give @gpshead a few hours to chime in since it is early in the day for him. |
Sorry, something went wrong.
|
The clock has run out for 3.7.0b2. I'm going to push this and backport it to 3.7. We can decide later what to do for both 3.8 and 3.7. |
Sorry, something went wrong.
|
@ned-deily: Please replace # with GH- in the commit message next time. Thanks! |
Sorry, something went wrong.
|
Thanks @serhiy-storchaka for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
…)" (pythonGH-5912) * Revert "bpo-31961: subprocess now accepts path-like args (pythonGH-4329)" This reverts commit dd42cb7. (cherry picked from commit be50a7b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…honGH-4329)" (python#5912)" This reverts commit be50a7b.
|
GH-5931 is a backport of this pull request to the 3.7 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This reverts commit dd42cb7 and commit 5537646.
https://bugs.python.org/issue31961