This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christopher.hogan
Recipients BreamoreBoy, barry, brett.cannon, christopher.hogan, dstufft, eric.araujo, jaraco, mgiuca, ncoghlan, r.david.murray, steve.dower, tarek, zach.ware
Date 2015-08-20.16:30:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440088252.43.0.185614038766.issue8987@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-08-20 16:30:52christopher.hogansetrecipients: + 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:52christopher.hogansetmessageid: <1440088252.43.0.185614038766.issue8987@psf.upfronthosting.co.za>
2015-08-20 16:30:52christopher.hoganlinkissue8987 messages
2015-08-20 16:30:52christopher.hogancreate