Chris Hogan added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to