Message248896
> Since issue 8972 has been resolved by fixing the broken behavior, I think we should just use list2cmdline.
> We could leave _nt_quote_args alone and replace the call to it in _spawn_nt with:
> cmd = [list2cmdline([arg]) for arg in cmd]
I verified that this passes the high-level test I wrote. |
|
| Date |
User |
Action |
Args |
| 2015-08-20 16:30:52 | christopher.hogan | set | recipients:
+ christopher.hogan, barry, brett.cannon, jaraco, ncoghlan, tarek, eric.araujo, mgiuca, r.david.murray, BreamoreBoy, zach.ware, steve.dower, dstufft |
| 2015-08-20 16:30:52 | christopher.hogan | set | messageid: <[email protected]> |
| 2015-08-20 16:30:52 | christopher.hogan | link | issue8987 messages |
| 2015-08-20 16:30:52 | christopher.hogan | create | |
|