[issue8987] Distutils doesn't quote Windows command lines properly

R. David Murray report at bugs.python.org
Wed Aug 19 22:15:46 CEST 2015


R. David Murray added the comment:

So I think the only objection to committing this as a bug fix would be the unfortunately real possibility that doing so will break someone's workaround.  My *guess* is that such a workaround would most likely take the form of replacing _nt_quote_args as the one example we have in had did.  So I'm in favor of fixing this.

I've added some people to nosy who might have an opinion and even perhaps some way to look for other examples of people coping with this (in open source code bases that also target windows).

I haven't reviewed the patch yet but I will.

----------
nosy: +barry, dstufft, ncoghlan, steve.dower

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8987>
_______________________________________


More information about the Python-bugs-list mailing list