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 jwilk
Recipients glyph, jwilk, mirabilos, r.david.murray
Date 2014-10-06.12:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412597025.55.0.489068722791.issue22187@psf.upfronthosting.co.za>
In-reply-to
Content
Something like this should be safe:

def mkarg(x):
    ' ' + pipes.quote(x)
History
Date User Action Args
2014-10-06 12:03:45jwilksetrecipients: + jwilk, glyph, r.david.murray, mirabilos
2014-10-06 12:03:45jwilksetmessageid: <1412597025.55.0.489068722791.issue22187@psf.upfronthosting.co.za>
2014-10-06 12:03:45jwilklinkissue22187 messages
2014-10-06 12:03:45jwilkcreate