[issue34064] subprocess functions with shell=1 pass wrong command to win32 shell

2021-03-01 Thread Eryk Sun
Change by Eryk Sun : -- resolution: -> third party stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue34064] subprocess functions with shell=1 pass wrong command to win32 shell

2018-07-08 Thread Eryk Sun
Eryk Sun added the comment: This PR works around a bug in CMD, so I'm inclined to close it as a third-party issue. CMD is supposed to implement the following behavior: 1. If all of the following conditions are met, then quote characters on the command line are preserved:

[issue34064] subprocess functions with shell=1 pass wrong command to win32 shell

2018-07-07 Thread Ryusei Yamaguchi
Change by Ryusei Yamaguchi : -- keywords: +patch pull_requests: +7717 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34064] subprocess functions with shell=1 pass wrong command to win32 shell

2018-07-07 Thread Ryusei Yamaguchi
New submission from Ryusei Yamaguchi : In some cases, functions defined in subprocess modules pass wrong command to win32 shell. Python 3.8.0a0 (heads/master:4629c0d531, Jul 7 2018, 16:37:33) [MSC v.1914 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more infor