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 r.david.murray
Recipients barry, christopher.hogan, dstufft, eric.araujo, mgiuca, ncoghlan, r.david.murray, steve.dower, tarek, zach.ware
Date 2015-08-19.20:15:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440015346.25.0.998874128542.issue8987@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-19 20:15:46r.david.murraysetrecipients: + r.david.murray, barry, ncoghlan, tarek, eric.araujo, mgiuca, zach.ware, steve.dower, dstufft, christopher.hogan
2015-08-19 20:15:46r.david.murraysetmessageid: <1440015346.25.0.998874128542.issue8987@psf.upfronthosting.co.za>
2015-08-19 20:15:46r.david.murraylinkissue8987 messages
2015-08-19 20:15:45r.david.murraycreate