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 serhiy.storchaka
Recipients Ramchandra Apte, Rod.Nayfield, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-01-12.16:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358008113.63.0.745047652948.issue16829@psf.upfronthosting.co.za>
In-reply-to
Content
I have committed a very simple fix with shlex.quote (pipes.quote before 3.3). This is not fully backward compatible, it can break user configuration if the user had "fixed" this issue himself (and this "fix" is not perfect). But I think it's quite unlikely. Otherwise, we would get a bug report much earlier. An attempt to consider such hypothetical situation requires tedious code.

Thank you for report, Rod.
History
Date User Action Args
2013-01-12 16:28:33serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, python-dev, Ramchandra Apte, Rod.Nayfield
2013-01-12 16:28:33serhiy.storchakasetmessageid: <1358008113.63.0.745047652948.issue16829@psf.upfronthosting.co.za>
2013-01-12 16:28:33serhiy.storchakalinkissue16829 messages
2013-01-12 16:28:32serhiy.storchakacreate